Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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