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

Authentication using API key #1019

Open
muhammadnasr opened this issue Jul 31, 2024 · 5 comments
Open

Authentication using API key #1019

muhammadnasr opened this issue Jul 31, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@muhammadnasr
Copy link

I like the various way to authenticate with supertokens.
I just want a way to authenticate with API keys or do you have something available?

@muhammadnasr muhammadnasr added the enhancement New feature or request label Jul 31, 2024
@rishabhpoddar
Copy link
Contributor

We have https://supertokens.com/docs/microservice_auth/introduction at the moment, and are currently working on oauth2 client credentials flow as well.

@muhammadnasr
Copy link
Author

muhammadnasr commented Aug 1, 2024 via email

@rishabhpoddar
Copy link
Contributor

Yeaa, well. Not much that can be done about that here other than using something else for API key. We plan on sticking with JWTs.

@muhammadnasr
Copy link
Author

muhammadnasr commented Aug 1, 2024 via email

@rishabhpoddar
Copy link
Contributor

Well, in that case you dont need a JWT cause you can just check the db against the less verbose string to get the user info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants