Add rpi id and origin for localhost

This commit is contained in:
Neeraj Gupta 2024-06-10 18:25:44 +05:30
parent c0ac43b6c8
commit fe324c3124

View File

@ -238,10 +238,12 @@ stripe:
webauthn:
# Our "Relying Party" ID. This scopes the generated credentials.
# See: https://www.w3.org/TR/webauthn-3/#rp-id
rpid:
rpid: localhost
# Whitelist of origins from where we will accept WebAuthn requests.
# See: https://github.com/go-webauthn/webauthn
rporigins: []
rporigins: [
"http://account.localhost",
]
# Roadmap SSO (optional)
#