-
Notifications
You must be signed in to change notification settings - Fork 338
feat(templates): add passkeys-backend template #531
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency, let's point people to use webauthn-json instead of writing their own array buffer conversion functions. Here's how I did that if it's useful
Otherwise, I tested locally on web and it works great, I'm going to use this for the demo application!
@nicolas-camacho It looks like we're also having some test failure with this template-- |
@nicolas-camacho left a few more comments - let me know when you want me to take another look! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a couple more things! thanks @nicolas-camacho !
Hi all. Still getting failures on the tests unfortunately. |
LGTM 👍🏻 |
Congratulations on your first contribution to the Twilio Function Templates! |
Description
Quick deploy template for a sample backend for passkeys using comms API .
Let me know any suggestions or feedback you might have.
Live demo at: https://passkey-demo-5706.twil.io/index.html
Checklist
npm test
locally and it passed without errors.