cedarcode / webauthn-rails-demo-app

Rails app demonstrating a WebAuthn password-less login
https://webauthn.cedarcode.com
Apache License 2.0
97 stars 39 forks source link

Use Rails credentials to store secrets #143

Open santiagorodriguez96 opened 4 months ago

santiagorodriguez96 commented 4 months ago

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.