-
-
Notifications
You must be signed in to change notification settings - Fork 495
Closed
Labels
OAuth2-ClientThis impact the client part of OAuth2.This impact the client part of OAuth2.
Milestone
Description
RFC 6749 mandate expires_in
to be an integer (https://tools.ietf.org/html/rfc6749#appendix-A.14) but looks like the integer conversion is not done for implicit grant (oauth2-client side).
We can see the current implementation for the oauth2.parameters.parse_token_response
: https://github.com/oauthlib/oauthlib/blob/master/oauthlib/oauth2/rfc6749/parameters.py#L367
And the missing conversion code in the parse_implicit_response
: https://github.com/oauthlib/oauthlib/blob/master/oauthlib/oauth2/rfc6749/parameters.py#L367
Metadata
Metadata
Assignees
Labels
OAuth2-ClientThis impact the client part of OAuth2.This impact the client part of OAuth2.