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 API Key auth mode #191

Merged
merged 4 commits into from
Jan 4, 2023
Merged

Add API Key auth mode #191

merged 4 commits into from
Jan 4, 2023

Conversation

dangtony98
Copy link
Collaborator

We will soon be opening up Infisical's API and documenting it so users can make API requests to Infisical.

This update adds backend support for API keys that users can use to authenticate with Infisical instead of JWTs; note that API keys v1 currently have full scope over a user's account and in the future we intend to apply scopes so users may pick what permissions API keys have.

Routes added:

  • GET api/v2/api-key-data
  • POST api/v2/api-key-data
  • DELETE api/v2/api-key-data

@dangtony98 dangtony98 merged commit d7dd65b into main Jan 4, 2023
@dangtony98 dangtony98 deleted the api-key branch January 4, 2023 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant