Module: Warden::WebAuthn::RackHelpers
- Included in:
- StrategyHelpers
- Defined in:
- lib/warden/webauthn/rack_helpers.rb
Overview
Helpers that can be mixed in to any Rack middleware or application, in order to setup the environment for ‘Warden::WebAuthn`, such as the Relying Party
Instance Method Summary collapse
Instance Method Details
#relying_party_key ⇒ Object
8 9 10 |
# File 'lib/warden/webauthn/rack_helpers.rb', line 8 def "warden.webauthn.relying_party" end |
#set_relying_party_in_request_env ⇒ Object
12 13 14 |
# File 'lib/warden/webauthn/rack_helpers.rb', line 12 def request.env[] = end |