authlib
authlib copied to clipboard
Add decode_access_token to client
DO NOT SEND ANY SECURITY FIX HERE. Please read "Security Reporting" section on README.
What kind of change does this PR introduce? (check at least one)
- [ ] Bugfix
- [x] Feature
- [ ] Code style update
- [ ] Refactor
- [ ] Other, please describe:
Does this PR introduce a breaking change? (check one)
- [ ] Yes
- [x] No
- [x] You consent that the copyright of your pull request source code belongs to Authlib's author.
Resolves #764
Notes:
- Currently only implements for the async Starlette client, but if implementation looks good, I can implement the sync version as well.
- Initial tests have some duplicated code, but I was hesitant to start adding utility functions just for this to avoid that.