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.61k stars 165 forks source link

Support passkey or webauthn login #370

Open iflamed opened 1 year ago

iflamed commented 1 year ago

Feature Description Passkeys login is the future passwordless way to auth user.

Describe the solution you'd like

Should like this project: https://github.com/teamhanko/hanko

Describe alternatives you've considered https://github.com/teamhanko/hanko

Additional context None

lakhansamani commented 1 year ago

Thanks @iflamed I will start working on this feature from August :-)

itpropro commented 1 year ago

Great feature suggestion. I am not good enough in Go, yet to support with a PR, but I was told that this library is a good starting point for Passkey integration: https://github.com/go-webauthn/webauthn.