Allow Personal Access Token page to support name and scope parameters
Proposal
It would be useful to allow a direct link to the Personal Access Token page that fills in a default name
and selects a default number of scopes
. Taking the same approach as GitHub (https://github.com/settings/tokens/new?description=Testing&scopes=repo,delete:packages
) the URL would look something like https://gitlab.com/-/profile/personal_access_tokens?name=Testing&scopes=api,read_user
.
Edited by Andrew Smith