backend: verify passkey ceremonies
This commit is contained in:
@@ -44,9 +44,9 @@ max_records = 200
|
||||
[auth]
|
||||
# WebAuthn / Passkey relying-party settings. For local development keep rp_id
|
||||
# aligned with the browser host in public_base_url/origin.
|
||||
rp_id = "127.0.0.1"
|
||||
origin = "http://127.0.0.1:8787"
|
||||
public_base_url = "http://127.0.0.1:8787"
|
||||
rp_id = "localhost"
|
||||
origin = "http://localhost:8787"
|
||||
public_base_url = "http://localhost:8787"
|
||||
cookie_name = "yoi_workspace_session"
|
||||
|
||||
# Repository registry. Browser/API repository projection reads only configured
|
||||
|
||||
Reference in New Issue
Block a user