can you authenticate with supertokens using an api...
# general
c
can you authenticate with supertokens using an api key? Like I want to expose the API of my app and have it authenticate via supertokens, is that a possibility?
r
Hey @causeimcloudy
You can do that. You can create a JWT using supertokens using the JWT recipe. That would be the api key that you can use for your APIs.
3 Views