Skip to content

Instantly share code, notes, and snippets.

@luisnquin
Created December 31, 2021 01:22
Show Gist options
  • Save luisnquin/00574f9eae5547a4fdffa2f043073896 to your computer and use it in GitHub Desktop.
Save luisnquin/00574f9eae5547a4fdffa2f043073896 to your computer and use it in GitHub Desktop.
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