Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumieval/webauthn
Haskell implementation of the server-side verifier for Web Authentication API
https://github.com/fumieval/webauthn
webauthn
Last synced: 24 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T06:08:05.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T21:03:14.303Z (3 months ago)
- Topics: webauthn
- Language: Haskell
- Size: 460 KB
- Stars: 14
- Watchers: 6
- Forks: 4
- 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.
[![ci](https://github.com/fumieval/webauthn/actions/workflows/haskell.yml/badge.svg)](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