FIX: Automatic auth flow with full page login/signup V3 (#31072)

This adds back the fixes from
https://github.com/discourse/discourse/pull/30928 that were reverted by
https://github.com/discourse/discourse/pull/30960.
This commit is contained in:
Jan Cernik
2025-02-07 12:40:45 -03:00
committed by GitHub
parent 891d8fe574
commit 42447770bf
10 changed files with 678 additions and 453 deletions

View File

@@ -600,6 +600,7 @@ login:
client: true
auth_immediately:
default: true
client: true
auth_overrides_email:
default: false
validator: "SsoOverridesEmailValidator"