authorizerdev / authorizer

Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.
https://authorizer.dev
MIT License
1.49k stars 150 forks source link

Add Paswordless login with WebAuthN #449

Open thespacemaker opened 7 months ago

thespacemaker commented 7 months ago

Feature Description

Add support for WebAuthN to enable signing in with a Fido2 passkey

Describe the solution you'd like

Implement the webauthn library in order to properly use a passkey flow https://github.com/go-webauthn/webauthn

Describe alternatives you've considered

There have been other solutions talked about in the issues, but this is by far the most widely accepted way to achieve passwordless authentication

Additional context

That is all

lakhansamani commented 6 months ago

Thanks @thespacemaker will add this in upcoming releases

itpropro commented 2 weeks ago

Hey @lakhansamani any updates on Passkey support?