Auth fetch verification (cavage) works now
All checks were successful
/ docker (push) Successful in 4m14s
All checks were successful
/ docker (push) Successful in 4m14s
- Verifying inbound requests signed with Cavage are now checked as expected - Fixed a bug where the signature header is not generated correctly - Extended config to include settings for what requests to verify - Fixed new server in main not using internal port from config
This commit is contained in:
parent
271acc8d29
commit
627926460c
8 changed files with 90 additions and 36 deletions
|
@ -1,7 +1,8 @@
|
|||
# .
|
||||
[general]
|
||||
protocol = "https"
|
||||
domain = "serveo.net"
|
||||
subdomain = "38e5543b0fc97680472709952a04622f"
|
||||
subdomain = "5dc9c90be02fecb3b132ad4d4877555a"
|
||||
private_port = 8080
|
||||
public_port = 443
|
||||
|
||||
|
@ -13,6 +14,8 @@
|
|||
first_time_setup_otp = "Example otp password"
|
||||
profiling_password = ""
|
||||
allow_registration = true
|
||||
auth_fetch_for_get = false
|
||||
auth_fetch_for_non_get = true
|
||||
|
||||
[webauthn]
|
||||
display_name = "Linstrom"
|
||||
|
@ -49,3 +52,4 @@
|
|||
|
||||
[experimental]
|
||||
use_ed25519_keys = false
|
||||
auth_fetch_for_server_actor = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue