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

Add authentication with passkeys #18

Merged
merged 12 commits into from
Oct 7, 2023
Merged

Add authentication with passkeys #18

merged 12 commits into from
Oct 7, 2023

Conversation

rthellend
Copy link
Collaborator

@rthellend rthellend commented Oct 1, 2023

Description

Passkeys (https://fidoalliance.org/passkeys/) can now be used for SSO authentication. The set up process requires verifying the user's identity with another identity provider first. After the user's identity has been verified, a passkey is registered and will be used for authentication going forward.

This change imports a lot of code from c2FmZQ-server and re-licenses it under the terms of the MIT license.

Type of change

  • New feature
  • Feature improvement
  • Bug fix
  • Documentation
  • Cleanup / refactoring
  • Other (please explain)

How is this change tested ?

  • Unit tests
  • Manual tests (explain)
  • Tests are not needed

Passkeys (https://fidoalliance.org/passkeys/) can now be used for SSO
authentication. The set up process requires verifying the user's
identity with another identity provider first. After the user's identity
has been verified, a passkey is registered and will be used for
authentication going forward.

This change imports some code from c2FmZQ-server and re-licenses it
under the terms of the MIT license.
@rthellend rthellend merged commit f847dee into main Oct 7, 2023
4 checks passed
@rthellend rthellend deleted the passkeys branch October 7, 2023 14:35
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

Successfully merging this pull request may close these issues.

1 participant