traefik-forward-auth0 icon indicating copy to clipboard operation
traefik-forward-auth0 copied to clipboard

New endpoint Signout

Open dniel opened this issue 5 years ago • 1 comments

Should delete Session Cookies (JWT_TOKEN and ACCESS_TOKEN) from browser to remove user session.

dniel avatar Mar 05 '19 20:03 dniel

Signout endpoint implemented. Calling auth.example.com/signout will remove cookie from browser and call /logout endoint in Auth0. Afterwards it will redirect to return url if set in tenant, and in return-to: http//somewhere is set in application.yaml for the hostname./app.

dniel avatar Sep 24 '19 06:09 dniel