Unverified Commit 8290e86a authored by Pam S's avatar Pam S Committed by GitHub

feat: add logout for auth0 (#5545)

Co-authored-by: 's avatarPam Selle <pam@thewebivore.com>
parent 4e5da41d
......@@ -27,5 +27,8 @@ module.exports = {
}
}
))
},
logout (conf) {
return `https://${conf.domain}/v2/logout?${new URLSearchParams({ client_id: conf.clientId, returnTo: WIKI.config.host }).toString()}`
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment