- Issue created by @a.dmitriiev
- 🇩🇪Germany a.dmitriiev
Some work was already done in "referenced by" issue https://www.drupal.org/project/access_token_auth/issues/3411372 ✨ Token List Management shows tokens only for current user Needs review
At the moment the user can create the token for itself only on /admin/config/services/access-token-auth
page, but to access that page administer access_token_auth configuration
permission is needed. Also that page has some sensitive settings that not all users should see. Instead it would be nice to have "Generate token" button for example on user profile edit page, this way users with "administer users" permission would be able to generate tokens for other users or for themselves as well without need to access /admin/config/services/access-token-auth
page that has settings.
Create MR or patch
"Generate token" button on user profile for users with sufficient permissions
No changes
No changes
Active
1.0
Code
Some work was already done in "referenced by" issue https://www.drupal.org/project/access_token_auth/issues/3411372 ✨ Token List Management shows tokens only for current user Needs review