feat: refactor auth package and add get users for staff
This commit is contained in:
@@ -9,4 +9,5 @@ const (
|
||||
SESSION_ID JWTClaim = "sid"
|
||||
ISSUED_AT JWTClaim = "iat"
|
||||
RESOURCES JWTClaim = "resources"
|
||||
ROLE JWTClaim = "role"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user