feat: OIDC with PKCE flow (#491)
This commit is contained in:
@@ -24,4 +24,6 @@ module.exports.policies = {
|
||||
'projects/create': ['is-authenticated', 'is-admin'],
|
||||
|
||||
'access-tokens/create': true,
|
||||
'access-tokens/exchange': true,
|
||||
'appconfig/index': true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user