https://supertokens.com/ logo
With different auth
h

hamade

05/14/2023, 2:57 PM
Hi, Can I use SuperTokens with Traefik ForwardAuth?
r

rp

05/14/2023, 3:01 PM
Hey @hamade can you elaborate? We are not familiar with Traefik ForwardAuth
h

hamade

05/14/2023, 3:04 PM
If I use Traefik in a microservice architecture, I don't need to add authentication and authorization to each microservice individually, because traefik can handle this.
It would be great if I could do this with SuperTokens as well.
r

rp

05/14/2023, 4:48 PM
right. So it's like an api gateway of sorts?
and does it do jwt verification? If yes, you can look at our session management docs. We expose a jwks endpoint which this api gateway can use to verify the incoming jwt
h

hamade

05/14/2023, 9:32 PM
Yes, It is an API gateway. I will look at the mentioned documentation!