Created
December 31, 2021 01:22
-
-
Save luisnquin/00574f9eae5547a4fdffa2f043073896 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package models | |
import ( | |
"github.com/dgrijalva/jwt-go" | |
) | |
type Claim struct { | |
Client `json:"client"` | |
jwt.StandardClaims | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment