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
Add HTTP status check before parsing token responses
- Prevents misleading 'Missing access_token parameter' errors when
server returns HTTP errors.
- Properly raises HTTPError with the actual error message received
from the server for 4xx/5xx responses.
0 commit comments