Hi, Can I use SuperTokens with Traefik ForwardAuth?
r
rp_st
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_st
05/14/2023, 4:48 PM
right. So it's like an api gateway of sorts?
rp_st
05/14/2023, 4:49 PM
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!
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).