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

Commits on Mar 6, 2023

  1. build(deps): bump cryptography from 37.0.4 to 39.0.2

    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>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6727858 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. feat(#29): add explicit check for expiry of token

    also add optional check for issuer
    tschale committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    84b2fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bf24c View commit details
    Browse the repository at this point in the history