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

feat: port clockskew support #139

Merged
merged 11 commits into from Mar 8, 2022
Merged

Commits on Dec 6, 2021

  1. feat: port clockskew support

    The approach is similar to that used by the golang mongodb driver to maintain backwards compatibility
    Kolawole Segun authored and Kolawole Segun committed Dec 6, 2021
    Copy the full SHA
    f2d0dde View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. rename ClaimsValidationOptions to ValidatorOptions

    Kolawole Segun authored and Kolawole Segun committed Jan 4, 2022
    Copy the full SHA
    0a2022f View commit details
    Browse the repository at this point in the history
  2. add renamed file

    Kolawole Segun authored and Kolawole Segun committed Jan 4, 2022
    Copy the full SHA
    e9c5bc0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3a18d89 View commit details
    Browse the repository at this point in the history
  4. update StandardClaims functions

    Kolawole Segun authored and Kolawole Segun committed Jan 4, 2022
    Copy the full SHA
    2ba43a1 View commit details
    Browse the repository at this point in the history
  5. unexport leeway

    Kolawole Segun authored and Kolawole Segun committed Jan 4, 2022
    Copy the full SHA
    fc4da9d View commit details
    Browse the repository at this point in the history
  6. merge in valid function

    Kolawole Segun authored and Kolawole Segun committed Jan 4, 2022
    Copy the full SHA
    727b3aa View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Merge branch 'main' into clockskew-support

    # Conflicts:
    #	claims.go
    #	map_claims.go
    #	parser_option.go
    Kolawole Segun authored and Kolawole Segun committed Feb 13, 2022
    Copy the full SHA
    9629854 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. convert validatior to functional style

    Kolawole Segun authored and Kolawole Segun committed Feb 14, 2022
    Copy the full SHA
    64c4dc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. rename variables and unexport

    Kolawole Segun authored and Kolawole Segun committed Feb 16, 2022
    Copy the full SHA
    1bbb42b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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