FusionAuth / nodebb-plugin-fusionauth-oidc

NodeBB Plugin that allows users to login/register via any configured OAuth provider.
https://fusionauth.io
BSD 2-Clause "Simplified" License
8 stars 9 forks source link

Support Logout URL #3

Closed robotdan closed 4 years ago

robotdan commented 4 years ago

Ideas for logout if we can't override - capture the submit event on their logout form, do a GET to the logout URL, on callback - perform the form POST. Or some other cool hackery.