Auth token is invalid before expiry
Open
@c0rydoras is already working on this.
Since Jul 20, 2023.
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
{'errors': [{'detail': 'Login failed', 'status': '401', 'source': {'pointer': '/data'}, 'code': 'authentication_failed'}]} with an SSO auth token that is supposed to still be valid (EXP 1689915993), after it being created just 2h ago.
We either need to set a custom expiry, check the validity of the token on start and/or refresh the token according to OIDC standards.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.