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

Try to check token for all requests #299

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

rad-pat
Copy link

@rad-pat rad-pat commented Jun 19, 2024

This checks the expiry of the token on all requests that go through has_access decorator. If the token is expired, the user is redirected to login before seeing failed charts and then the charts should load correctly.

This includes as rename of the plaid-keycloak oAuth provider to plaidkeycloak which was required to try out other means of validating the token through authlib (didn't work)

@inviscid
Copy link
Member

There is a test failure.

@rad-pat rad-pat merged commit 6262ebf into develop Jun 19, 2024
22 of 23 checks passed
@rad-pat rad-pat deleted the add-token-validity-check branch June 19, 2024 14:47
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