feat: Ability to allow everyone to create projects (#787)

This commit is contained in:
NathanVss
2024-06-14 16:38:06 +02:00
committed by GitHub
parent 12189f57f3
commit 0f8e2b4b0d
8 changed files with 30 additions and 7 deletions
-2
View File
@@ -21,8 +21,6 @@ module.exports.policies = {
'users/create': ['is-authenticated', 'is-admin'],
'users/delete': ['is-authenticated', 'is-admin'],
'projects/create': ['is-authenticated', 'is-admin'],
'show-config': true,
'access-tokens/create': true,
'access-tokens/exchange-using-oidc': true,