Spaces:
Configuration error
Configuration error
| package models | |
| import "github.com/golang-jwt/jwt/v5" | |
| type CustomClaims struct { | |
| jwt.RegisteredClaims | |
| UserID uint `json:"id"` | |
| } | |
| package models | |
| import "github.com/golang-jwt/jwt/v5" | |
| type CustomClaims struct { | |
| jwt.RegisteredClaims | |
| UserID uint `json:"id"` | |
| } | |