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

#29 reject expired tokens #30

Merged
merged 3 commits into from
Jan 19, 2024
Merged

#29 reject expired tokens #30

merged 3 commits into from
Jan 19, 2024

Conversation

tschale
Copy link
Member

@tschale tschale commented Jan 19, 2024

Solves #29

Adds explicit check if token is expired and optional check if issuer matches, when it's specified in the settings.

Also adds black, isort, mypy and flake8 and runs it on codebase. Errors from mypy aren't fixed in this PR.

dependabot bot and others added 3 commits March 6, 2023 06:05
Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 39.0.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@37.0.4...39.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
also add optional check for issuer
@tschale tschale requested a review from Schille January 19, 2024 12:18
@tschale tschale mentioned this pull request Jan 19, 2024
@Schille Schille merged commit f67f859 into main Jan 19, 2024
@Schille Schille deleted the #29-reject-expired-tokens branch January 19, 2024 12: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