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

Fix bug determining jwt validity due to incorrect computation of system timestamp and provide configuration option to allow for timely slack in token validity #10753

Closed
wants to merge 16 commits into from

Commits on Apr 13, 2020

  1. check jwt exp using abseil

    Fabian Schuetz committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    488f1ae View commit details
    Browse the repository at this point in the history
  2. add slack

    Fabian Schuetz committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    4b973ea View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. check token validity with slack

    Fabian Schuetz committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    6d27fff View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    c2f082c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    e1f734e View commit details
    Browse the repository at this point in the history
  2. fix field index

    fscz committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    0fc50c9 View commit details
    Browse the repository at this point in the history
  3. fix nonsense

    fscz committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    e1c7689 View commit details
    Browse the repository at this point in the history
  4. remove class variable

    fscz committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    662d7d9 View commit details
    Browse the repository at this point in the history
  5. remove whitespace

    fscz committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    829a14a View commit details
    Browse the repository at this point in the history
  6. bump jwt_verify_lib version

    fscz committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    f45601f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. bump jwt_verify_lib

    fscz committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    da966bb View commit details
    Browse the repository at this point in the history
  2. try fix get proto fields

    fscz committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    0ce07e5 View commit details
    Browse the repository at this point in the history
  3. remove some whitespace

    fscz committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    056b6fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abf60db View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. fix get timesource

    fscz committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    39e6dc0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. fix format

    fscz committed May 7, 2020
    Configuration menu
    Copy the full SHA
    3263dbe View commit details
    Browse the repository at this point in the history