Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support secure authentication with Passkey #444

Open
nelsonaponte opened this issue Jan 15, 2024 · 1 comment
Open

Support secure authentication with Passkey #444

nelsonaponte opened this issue Jan 15, 2024 · 1 comment

Comments

@nelsonaponte
Copy link

It is widely known that usernames and passwords are insecure access control mechanisms and go against one of the premises of the cloud service, i.e., security.

We should implement Passkeys as a means of strong authentication for the accounts with a fall-back to passwords for those who don't like or can't use Passkeys.

https://web.dev/articles/passkey-registration
https://developer.apple.com/passkeys/
https://developers.google.com/identity/passkeys
https://www.corbado.com/blog/passkey-tutorial-how-to-implement-passkeys

@wborn
Copy link
Member

wborn commented Jan 17, 2024

It might be an idea to support Keycloak and configure passkeys in it. Then it becomes very easy to add additional authentication flows (SAML/OAuth2 etc) and also support GitHub/Google etc. logins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants