You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Should delete Session Cookies (JWT_TOKEN and ACCESS_TOKEN) from browser to remove user session.
The text was updated successfully, but these errors were encountered: