Skip to content

fix: add expired error response on oauth callback #1485

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mdaffad
Copy link

@mdaffad mdaffad commented Jan 2, 2025

Changes:

  1. Add ACCESS_TOKEN_ALREADY_EXPIRED and status code 400 for jwt.ExpiredSignatureError exception
  2. Add ACCESS_TOKEN_DECODE_ERROR and status code 400 for jwt.DecodeError exception
  3. Add tests for both cases

Closes #1462

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

500 Response on jwt.exception.ExpiredSignatureError
1 participant