We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A different OAth library will be used during the re-write which may resolve this issue
Scenario:
When the user authenticates with CCM
Canvas made a change that is breaking our apps that use OAuth tokens instructure/canvas-lms@cdf0cec
They changed it to return a more specific error of "Revoked access token" and "Expired access token". Previously it was just Invalid access token.
CCM checks for the string "invalid access token" specifically https://github.com/ssciolla/canvas-course-manager-next/blame/cbc3f69bf559eefb1d1ba794aad8cfb76bd3758b/ccm_web/server/src/api/invalid.token.interceptor.ts#L14
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A different OAth library will be used during the re-write which may resolve this issue
Scenario:
When the user authenticates with CCM
Canvas made a change that is breaking our apps that use OAuth tokens
instructure/canvas-lms@cdf0cec
They changed it to return a more specific error of "Revoked access token" and "Expired access token".
Previously it was just Invalid access token.
CCM checks for the string "invalid access token" specifically
https://github.com/ssciolla/canvas-course-manager-next/blame/cbc3f69bf559eefb1d1ba794aad8cfb76bd3758b/ccm_web/server/src/api/invalid.token.interceptor.ts#L14
The text was updated successfully, but these errors were encountered: