Skip to content

nearsyh/SQRL_Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQRL Client in Haskell

SQRL is an authentication protocol for web site login. You can find more details in SQRL

Dependencies

  • Of course you have to install ghc
  • SHA
  • crypto-api
  • http-conduit
  • network

You can install this package by using like cabal install SHA

Compile & Test

If you want to compile, make is enough You can go to APPHB, a SQRL server and test this program. When you want to login, run the main binary and then input the sqrl link.

Structure

  • Dust is acutally part of Dust, but I cannot compile the whole package, so I just take what I need.
  • SQRL contains all APIs you need to implement a client
  • main.hs is just a toy client which reads the masterkey, get the challenge URL and authenticate the user.

About

A SQRL client implemented in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published