Replies: 1 comment
-
I don't remember exactly, but the RFC explicitly argued against that or did not mention it. I think in our code we currently have checks too that explicitly disable token auth for token creation. We might want to check with some security-minded folks on what they think about the proposal or potentially even make such a change an RFC. Before we add anything more to the current scopes I'd prefer to finish the beta testing period though and make the current scopes available to all users. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related to #5443, although not covered in there. This is from a thread on /r/rust last week, which I'll quote the pertinent bits of from /u/protestor:
I don't think there's any real reason to require tokens to be created through the UI only, provided the API token used for token management has the right scope itself (probably a new one:
user
oruser-token
spring to mind as possible names?).@Turbo87 Did you have a specific reason in mind for not allowing this? If not, I'm happy to convert this to an issue and take it on.
Beta Was this translation helpful? Give feedback.
All reactions