mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 01:11:40 +03:00
@@ -21,7 +21,9 @@ module.exports.policies = {
|
||||
'users/create': ['is-authenticated', 'is-admin'],
|
||||
'users/delete': ['is-authenticated', 'is-admin'],
|
||||
|
||||
'show-config': true,
|
||||
'projects/create': ['is-authenticated', 'is-admin-or-project-owner'],
|
||||
|
||||
'config/show': true,
|
||||
'access-tokens/create': true,
|
||||
'access-tokens/exchange-using-oidc': true,
|
||||
'access-tokens/exchange-with-oidc': true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user