webauthn-rails-demo-app
webauthn-rails-demo-app copied to clipboard
Rails app demonstrating a WebAuthn password-less login
- Mimemagic version in Gemfile.lock was revoke due to license changes - Puma version failed to compile - Minitest and listen had build failures Ran `bundle update mimemagic minitest listen...
First, thanks for the implementation! Carefully written, also the test was really helpful! By the way, when I read the credential callback implementation: https://github.com/cedarcode/webauthn-rails-demo-app/blob/d9b73e20a7272e8d9f7a26c48ec49e5100295939/app/controllers/credentials_controller.rb#L27 Why do we have to base64...
uses https://github.com/cedarcode/webauthn-ruby/pull/296
Makes more sense for a passwordless login
This demo is extremely helpful and I am incredible grateful for it. I was wondering if you would be willing to perhaps look at doing this as a Rails engine...
## Motivation This PR configures kamal so that we can start using it for deploying to our AWS servers. ## Details You will need an `.env` file with these secrets...
## Motivation It makes it easier to manage application secrets. ## Details Also stopped setting webauthn origin using a env vars and switched to use Rails configurations instead.
## Why Sign in with a passkey through form autofill. Make the transition from password to passkey-based authentication easier. Ref: - https://web.dev/passkey-form-autofill/ - https://developers.google.com/codelabs/passkey-form-autofill ## What - use Conditional UI...
## Why > the transition from password to passkey-based authentication can be challenging. As users switch to passkeys, there will still be those who use passwords and websites will need...
The Warning message in the feature detection part of the views is hidden in the static text. The feature detection must activate and unhide it. This is unwise. If the...