thomseddon / traefik-forward-auth

Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy
MIT License
2.18k stars 412 forks source link

Safe deployment #346

Open mehdithreem opened 1 year ago

mehdithreem commented 1 year ago

Hi,

Is this implementation stateless so that I can safely use more than one instances (by setting replicas to 2)? If not, how can I achieve safe deployments?

orvice commented 1 year ago

yes, this app is stateless.