Skip to content
Snippets Groups Projects

update: configurable CORS headers, default includes DPoP

Merged Calum Mackervoy requested to merge dispatch-dpop into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -134,6 +134,8 @@ DCS_SESSION_COOKIE_SAMESITE = 'none'
AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend', 'guardian.backends.ObjectPermissionBackend']
OIDC_ACCESS_CONTROL_ALLOW_HEADERS = 'Content-Type, if-match, accept, authorization, DPoP'
# The minimum number of seconds a password reset link is valid for
PASSWORD_RESET_TIMEOUT = 60 * 60 * 24 * 3
Loading