If I wanted to use supertokens on a .net backend, ...
# support-questions
j
If I wanted to use supertokens on a .net backend, the recommended way would be to issue the jwt and use the jwks to validate as a normal jwt right?
r
yes! that would be the easiest way.
so you would need to have a .net backend + another backend which integrates with one of our backend SDKs (node, python or golang)
j
Yeah, that is what I was thinking. Having a small node api which handles the /auth endpoints
r
makes sense.
6 Views