Skip to content

Instantly share code, notes, and snippets.

@xl1
Last active August 2, 2019 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xl1/27ba07487afdca023d37451758b7eb41 to your computer and use it in GitHub Desktop.
Save xl1/27ba07487afdca023d37451758b7eb41 to your computer and use it in GitHub Desktop.
WebAuthn server implementations
Language Code Demo Implementation Notes
C# https://github.com/abergs/fido2-net-lib https://fido2.azurewebsites.net http://ideasof.andersaberg.com/development/fido2-net-library
C# https://github.com/scottbrady91/Fido2-Poc https://www.scottbrady91.com/FIDO/A-FIDO2-Primer-and-Proof-of-Concept-using-ASPNET-Core
C# https://github.com/xl1/webauthn-test https://webauthn-test2.azurewebsites.net
Go https://github.com/duo-labs/webauthn https://webauthn.io
Java https://github.com/google/webauthndemo https://webauthndemo.appspot.com
Java https://github.com/Yubico/java-webauthn-server https://demo.yubico.com/webauthn/
Java https://github.com/Mastercard/fido2-rp-spring
Java https://github.com/webauthn4j/webauthn4j
JavaScript https://github.com/jcjones/webauthn.bin.coffee https://webauthn.bin.coffee
Node https://github.com/apowers313/fido2-server-demo https://webauthn.org
Node https://github.com/Jxck/jxck.io/tree/master/labs.jxck.io/webauthentication/fido-u2f https://labs.jxck.io/webauthentication/fido-u2f/ https://blog.jxck.io/entries/2018-05-15/webauthentication-api.html
Node https://github.com/fido-alliance/webauthn-demo https://slides.com/fidoalliance/jan-2018-fido-seminar-webauthn-tutorial
Node https://github.com/MicrosoftEdge/webauthnsample https://webauthnsample.azurewebsites.net
Node? https://webauthntest.azurewebsites.net
PHP https://github.com/madwizard-thomas/webauthn-server
Ruby https://github.com/nov/web_authn https://web-authn.herokuapp.com
Ruby https://github.com/cedarcode/webauthn-ruby
@xl1
Copy link
Author

xl1 commented Aug 2, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment