Expand description
Catalyst RBAC Security Scheme definition Catalyst RBAC Security Scheme
Structsยง
- Token does not have required access rights
- Error with the Authorization Token
- Catalyst RBAC Access Token
Constantsยง
- MAX_
TOKEN_ ๐AGE Time in the past the Token can be valid for. - MAX_
TOKEN_ ๐SKEW Time in the future the Token can be valid for.
Staticsยง
- CACHE ๐Cached auth tokens
- CERTS ๐Mocked Valid certificates TODO: the following is temporary state for POC until RBAC database is complete.
Functionsยง
- When added to an endpoint, this hook is called per request to verify the bearer token is valid.
Type Aliasesยง
- Auth token in the form of catv1..