-
Notifications
You must be signed in to change notification settings - Fork 40
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 'comment' field for API keys #536
Comments
nscuro
added a commit
to nscuro/Alpine
that referenced
this issue
Jan 11, 2024
In order to avoid introducing additional latency to requests, API key usage is buffered in-memory and asynchronously flushed to the database in intervals of 30s. An API key counts as "used" if authentication with it succeeds. Also, add support for an optional comment for API keys, as requested in stevespringett#536. Closes stevespringett#362 Closes stevespringett#536 Signed-off-by: nscuro <[email protected]>
Duplicate of #430. |
doh, indeed, didn't find that one when I searched :/ |
nscuro
added a commit
to nscuro/Alpine
that referenced
this issue
Jan 12, 2024
In order to avoid introducing additional latency to requests, API key usage is buffered in-memory and asynchronously flushed to the database in intervals of 30s. An API key counts as "used" if authentication with it succeeds. Also, add support for an optional comment for API keys, as requested in stevespringett#430 and stevespringett#536. Closes stevespringett#362 Closes stevespringett#430 Closes stevespringett#536 Signed-off-by: nscuro <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To remember for what purpose you generated an API key, it would be helpful to store a comment/name/description field.
The text was updated successfully, but these errors were encountered: