Skip to content
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

[Community] fix expired JWT token error #2854

Merged
merged 1 commit into from
Jan 10, 2025
Merged

[Community] fix expired JWT token error #2854

merged 1 commit into from
Jan 10, 2025

Conversation

GuillaumeDSM
Copy link
Member

No description provided.

@GuillaumeDSM GuillaumeDSM self-assigned this Jan 10, 2025
@GuillaumeDSM GuillaumeDSM requested a review from Herklos as a code owner January 10, 2025 15:39
yield
except postgrest.exceptions.APIError as err:
if "JWT expired" in str(err):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@GuillaumeDSM GuillaumeDSM merged commit 5666c5e into dev Jan 10, 2025
10 checks passed
@GuillaumeDSM GuillaumeDSM deleted the jwt branch January 10, 2025 15:53
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.

2 participants