/haskell-fido2

A library for parsing and validating webauthn/fido2 credentials

Primary LanguageHaskellApache License 2.0Apache-2.0

Haskell FIDO2 Library

How to update nix files after touching cabal file

nix-shell
cabal2nix . > ./fido2.nix

How to run interactive demo

nix-shell
cd server
./run.sh

How to autoformat all Haskell code

nix-shell
./bin/autoformat.sh