-
Notifications
You must be signed in to change notification settings - Fork 887
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
Allow generating user API keys in selfhosted Polr #141
Comments
This is available in 2.0. Admins can toggle the status of API keys for each user or choose to reset their keys. I'm planning to allow users to reset or toggle this on their own as well. The keys link the created links to the user who owns the keys. They should be able to view these in their user panel. I'm going to leave this ticket open until I add the option for users (non admin users) to toggle and view their own keys. :) |
@cydrobolt great! Almost hate to ask, but any idea when 2.0 will be out? |
@strugee really soon (tm) |
Admins should now be able to assign, reset, and manage API keys. We still need to implement key revocation from the user-side, and give admins the ability to change the quota from the admin panel. |
Closing in favour of #156 |
Currently if you're selfhosting Polr you need to manually insert API keys into the db. This kinda sucks.
I should be able to provide a username and password and get back usable API keys. Furthermore links generated using those keys should be associated with the correct user, and the user should be able to revoke API keys.
The text was updated successfully, but these errors were encountered: