You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling get_authorization_from_code, if an exception occurs then the entire request body is printed in the exception, which includes the client_secret.
The exception class mentions leaving out the Authorization header for security reasons, perhaps you should consider checking the body as well.
The text was updated successfully, but these errors were encountered:
When calling
get_authorization_from_code
, if an exception occurs then the entire request body is printed in the exception, which includes the client_secret.The exception class mentions leaving out the Authorization header for security reasons, perhaps you should consider checking the body as well.
The text was updated successfully, but these errors were encountered: