-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add API endpoints to help manage API tokens #6266
Comments
Note: this will involve moving some code from backing bean to business layer. |
I just stumbled over this issue and PR and thought about a possible connection to #6286. Do you think it would be feasible to add an admin API endpoint to generate a new token for a given user which expires in short time and is returned after creation? It would allow to easily grab a temporary API token for loading data... |
Hi @poikilotherm, we'll move this through as is since there's an external project relying on us adding this and I don't want to increase scope. This is not a comment on the merit of your proposal, I just want to keep this moving. :) |
We want to add 3 new endpoints for API token management:
The text was updated successfully, but these errors were encountered: