With different auth
# support-questions
h
Hi, Can I use SuperTokens with Traefik ForwardAuth?
r
Hey @hamade can you elaborate? We are not familiar with Traefik ForwardAuth
h
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
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
Yes, It is an API gateway. I will look at the mentioned documentation!
3 Views