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

feat: mfa (webauthn) poc #865

Closed
wants to merge 11 commits into from
Closed

feat: mfa (webauthn) poc #865

wants to merge 11 commits into from

Conversation

J0
Copy link
Contributor

@J0 J0 commented Dec 20, 2022

What kind of change does this PR introduce?

Adds mfa(webauthn) which is a stepping stone to passkeys

  • BeginRegistration -> /challenge
  • BeginLogin -> /challenge
  • FinishRegistration -> /verify
  • FinishLogin -> /verify
  • Enroll Routes
  • Client side demo code to run navigator.credential.create and other functions

What is the current behavior?

MFA(TOTP) is supported

What is the new behavior?

MFA(Webauthn) would be supported alongside MFA(TOTP) the major changes here are that /Enroll would take in 2 additional parameters and that /verify and /challenge will now detect if a factor is webauthn and execute a differing code path if so.

Refer to internal for more details

Would address part of #92 and allow for easier support of Passkeys once done.

@J0 J0 changed the title feat: mfa(webauthn) poc feat: mfa (webauthn) poc Dec 20, 2022
@J0
Copy link
Contributor Author

J0 commented Mar 1, 2023

Closing as it's not too relevant now - can re-open in very near future

@J0 J0 closed this Mar 1, 2023
@chrisciszak
Copy link

When you planning to reopen this? Would love to see it available

@J0 J0 deleted the webauthn branch November 21, 2024 08:09
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.

2 participants