feat: done
This commit is contained in:
8
backend/pkg/consts/context_keys.go
Normal file
8
backend/pkg/consts/context_keys.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
CtxKeyTenant = "tenant"
|
||||
CtxKeyClaims = "claims"
|
||||
CtxKeyUser = "user"
|
||||
CtxKeyTenantUser = "tenant_user"
|
||||
)
|
||||
Reference in New Issue
Block a user