https://supertokens.com/ logo
j

Jake

05/17/2022, 11:24 AM
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

rp

05/17/2022, 11:28 AM
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

Jake

05/17/2022, 11:32 AM
Yeah, that is what I was thinking. Having a small node api which handles the /auth endpoints
r

rp

05/17/2022, 11:39 AM
makes sense.
6 Views