Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-08 | MSC3861: allow overriding the introspection endpoint (#17406) | Quentin Gliech | 3 | -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-08 | Fix loading the account management URL from the issuer | Quentin Gliech | 1 | -1/+1 | |
2024-07-08 | Import `cast` from `typing` instead of `typing_extens |