https://github.com/fumieval/webauthn
Haskell implementation of the server-side verifier for Web Authentication API
https://github.com/fumieval/webauthn
webauthn
Last synced: 10 days ago
JSON representation
Haskell implementation of the server-side verifier for Web Authentication API
- Host: GitHub
- URL: https://github.com/fumieval/webauthn
- Owner: fumieval
- Created: 2019-04-05T06:47:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T06:08:05.000Z (over 3 years ago)
- Last Synced: 2025-04-14T05:19:08.570Z (10 days ago)
- Topics: webauthn
- Language: Haskell
- Size: 460 KB
- Stars: 15
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webauthn - fumieval: webauthn - Fledgling Haskell implementation. (Server Libraries)
README
__This package is deprecated in favour of https://github.com/tweag/webauthn__
A WebAuthn verification library for relying parties.
[](https://github.com/fumieval/webauthn/actions/workflows/haskell.yml)
Demo
----See wai-middleware-webauthn and its [demo](https://github.com/fumieval/webauthn/blob/master/wai-middleware-webauthn/demo/Main.hs)
Links
----* https://github.com/github/SoftU2F - Software U2F authenticator for macOS
* https://www.w3.org/TR/webauthn-2/#relying-party - Web Authentication: An API for accessing Public Key Credentials Level 2