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

cast clock skew env variable to integer before calculations #127

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 3, 2021

  1. bugfix: cast clock skew var before calculations

    The OIDC_CLOCK_SKEW variable is defaulted to 60 seconds as an integer, but when provided as a environment variable this is to be considered a string. I propose the following patch, which was tested on a live system that solved the bug.
    paularmand authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    fd4d5e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Merge pull request #1 from paularmand/paularmand-oidc_clock_skew_numeric

    bugfix: cast clock skew var before calculations
    paularmand authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4267304 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Update __init__.py

    j-r77 authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    756dee1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Update __init__.py

    j-r77 authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b5347d6 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    j-r77 authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7bfb75f View commit details
    Browse the repository at this point in the history