feat: add kyc layer service
This commit is contained in:
@@ -5,5 +5,6 @@ import jwt2 "github.com/golang-jwt/jwt/v5"
|
||||
type UserClaims struct {
|
||||
jwt2.RegisteredClaims
|
||||
UserID uint
|
||||
KYCLevel int
|
||||
Sections []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user