-
Notifications
You must be signed in to change notification settings - Fork 49
Update authlib and authutils #1301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Please find the detailed integration test report here |
Please find the detailed integration test report here Please find the Github Action logs here |
Please find the detailed integration test report here Please find the Github Action logs here |
dc43450
to
ff2c82b
Compare
authorization_code = self.query_authorization_code(code, client) | ||
if not authorization_code: | ||
raise InvalidGrantError('Invalid "code" in request.') | ||
raise InvalidGrantError("Invalid 'code' in request.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacob50231 you were right about those double quotes :)
Pull Request Test Coverage Report for Build 18700161350Details
💛 - Coveralls |
864d0f1
to
76fcb4c
Compare
Add amr and acr columns to authorization_code table Remove double quotes from token validation errors Use test-client as the azp in unit tests where appropriate Add README to tests/ to help future devs run unit tests
76fcb4c
to
6baebc6
Compare
Please find the detailed integration test report here Please find the Github Action logs here |
Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/PPS-2231
Dependency updates