Implement token refresh logic and add refreshkey to user management
This commit is contained in:
@@ -1725,6 +1725,7 @@ function getProfile($profile, $permission){
|
||||
// Always allowed collections: [collection => allowed_actions_string]
|
||||
$always_allowed = [
|
||||
'com_log' => 'CRU',
|
||||
'token_refresh' => 'R',
|
||||
'application' => 'CRU',
|
||||
'user_roles' => 'R',
|
||||
'user_role_assignments' => 'R',
|
||||
|
||||
Reference in New Issue
Block a user