Skip to content

v7.3.0

Compare
Choose a tag to compare
@OtterleyW OtterleyW released this 13 Jan 08:43
· 652 commits to master since this release
4e2ae97

Changes v7.3.0

  • [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