Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Describe the feature
OAuthlib should try to manage the
token_type_hint
itself, instead of relying on the application. Every "RFC code" should be in oauthlib and not in the application, which is prone to errors.Additional context
RFC7008 describe the field as below:
Also, as bonus point, we could handle custom token type, as allowed by the specification.