summary refs log tree commit diff
path: root/changelog.d/5007.misc (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-08MSC3861: allow overriding the introspection endpoint (#17406)Quentin Gliech3-2/+20
This makes it easier to go through an internal endpoint instead of the public facing URL when introspecting tokens, reducing latency.
2024-07-08Fix loading the account management URL from the issuerQuentin Gliech1-1/+1
2024-07-08Import `cast` from `typing` instead of `typing_extens