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
rp_st
01/04/2023, 4:09 AM
Hey @causeimcloudy
rp_st
01/04/2023, 4:10 AM
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.