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 typo in jwt package #1070

Merged
merged 5 commits into from Jun 19, 2021
Merged

Fix typo in jwt package #1070

merged 5 commits into from Jun 19, 2021

Commits on Mar 19, 2021

  1. Fix typo in jwt package

        * change JWTTokenContextKey to JWTContextKey
    
        * revise errors as well as comments
    Amid committed Mar 19, 2021
    Copy the full SHA
    ce02833 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Revision of typo fixing in jwt package

    	* revert the API identifier to its previous value
    
            * add JWTTokenContextKey side by side of JWTContextKey for historical compatibility
    Amid committed Mar 20, 2021
    Copy the full SHA
    ab85124 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Fixed a typo in JWT package (go-kit#1071)

    	* define JWTContextKey as a new constant
    
            * mark JWTTokenContextKey as a deprecated constant
    
            * revise corresponding error messages
    Amid committed Jun 2, 2021
    Copy the full SHA
    2279904 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/amidam/kit

    # Conflicts:
    #	auth/jwt/middleware.go
    Amid committed Jun 2, 2021
    Copy the full SHA
    f0a32e2 View commit details
    Browse the repository at this point in the history
  3. Fixed a typo in JWT package (go-kit#1071)

    	* define JWTContextKey as a new constant
    
            * mark JWTTokenContextKey as a deprecated constant
    
            * revise corresponding error messages
    Amid committed Jun 2, 2021
    Copy the full SHA
    00d2948 View commit details
    Browse the repository at this point in the history