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: adds JWT for authenticating requests in test mode. #73

Merged
merged 15 commits into from
Mar 29, 2022
Merged

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    a7fdbbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43425c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

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

Commits on Mar 19, 2022

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

Commits on Mar 24, 2022

  1. feat(jwt): adds kjwtauth middleware for jwt authentication

    authenticates the requests in test mode by mocking the time using WithClock jwt.ValidationOption
    re-Tick committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    15074c5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into jwt

    re-Tick authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    366476a View commit details
    Browse the repository at this point in the history
  3. Update README.md

    re-Tick authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c149cf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Update chi-v5.go

    re-Tick authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    96e12f9 View commit details
    Browse the repository at this point in the history
  2. Update chi-v5.go

    re-Tick authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    24a4ddd View commit details
    Browse the repository at this point in the history
  3. Update chi-v5.go

    re-Tick authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c910428 View commit details
    Browse the repository at this point in the history
  4. Update context.go

    re-Tick authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    13e7208 View commit details
    Browse the repository at this point in the history
  5. Update context.go

    re-Tick authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    14b08f3 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    re-Tick authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    5b86818 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    re-Tick authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    49effd2 View commit details
    Browse the repository at this point in the history
  8. feat(jwt): adds kjwtauth middleware for jwt authentication

    authenticates the requests in test mode by mocking the time using WithClock jwt.ValidationOption
    re-Tick authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8d2dbf2 View commit details
    Browse the repository at this point in the history