Additional Notes
Logging out of Auth0
"logout": [{
"action": "authLogout"
}, {
"action": "path",
"function": "action.options.url = `https://visionarybar.us.auth0.com/v2/logout?client_id=xxxxxxxxxxxxxxx&returnTo=https://${window.location.host}`",
"options": {
"sameWindow": true,
"url": "/"
}
}]Last updated
Was this helpful?