You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix] Move well-known/* endpoints related to OIDC proxy setup from apiRouter to new wellKnownRouterso that they can be enabled outside the basic auth setup. It also makes it
simpler to set the identity provider url, because we can drop the /api part of the path. Also,
rename the RSA_SECRET_KEYto RSA_PRIVATE_KEY for consistency. #1399
[fix] Make sure that the verify email API endpoint has been called successfully before redirecting
the user away from EmailVerificationPage. #1397