Skip to content
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 support for API keys including generation and revokation #1175

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

acoffman
Copy link
Member

This adds support for token based authentication (API Keys). In addition to the existing session based auth, users can now pass a bearer token in the http authorization header. (Authorization: Bearer <my api key>)

It adds mutations and UI for securely generating and revoking keys to your user profile page:

Screen.Recording.2024-12-23.at.12.12.29.PM.mov

There are also tests demonstrating how the functionality works.

@acoffman acoffman added the new-feature PR Label for newly added features. Will appear in release notes. label Dec 23, 2024
@acoffman
Copy link
Member Author

Tests failed because they need an environment variable set in the GitHub action config. That change is pushed to main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature PR Label for newly added features. Will appear in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant