Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedarcode/webauthn-2fa-rails-demo
https://github.com/cedarcode/webauthn-2fa-rails-demo
2fa ruby ruby-on-rails webauthn
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedarcode/webauthn-2fa-rails-demo
- Owner: cedarcode
- Created: 2020-04-18T19:13:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T14:16:49.000Z (3 months ago)
- Last Synced: 2024-11-09T01:31:55.440Z (2 months ago)
- Topics: 2fa, ruby, ruby-on-rails, webauthn
- Language: Ruby
- Homepage: https://webauthn-2fa.cedarcode.com
- Size: 255 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAuthn 2FA Rails Demo App
Application demonstrating a login using [WebAuthn](https://en.wikipedia.org/wiki/WebAuthn) as second authentication factor built with Ruby on Rails + [webauthn](https://github.com/cedarcode/webauthn-ruby) ruby gem.
If you want to see an implementation of a WebAuthn passwordless-login using Rails and [webauthn](https://github.com/cedarcode/webauthn-ruby) ruby gem, you can check it [here](https://github.com/cedarcode/webauthn-rails-demo-app).