mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Add rpi id and origin for localhost
This commit is contained in:
parent
c0ac43b6c8
commit
fe324c3124
@ -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)
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user