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
* catch Exception in oauth2.py
if the authorize_url is invalid, the /authorize page will response a
500 Internal Error due to the ValueError from validate_authorization_request
did not get caught.
* add test on /authorized with invalid redirect uri
* move test_invalid_redirect_uri to test_code.py
* add test on empty scope in post authorize
0 commit comments