summary refs log tree commit diff
path: root/docs/dev/git.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-16Add a maximum size for well-known lookups. (#8950)Patrick Cloke5-18/+80
2020-12-16Push login completion down into SsoHandler (#8941)Richard van der Hoff5-86/+80
This is another part of my work towards fixing #8876. It moves some of the logic currently in the SAML and OIDC handlers - in particular the call to `AuthHandler.complete_sso_login` down into the `SsoHandler`.