sergiodxa / remix-auth

Simple Authentication for Remix
https://sergiodxa.github.io/remix-auth/
MIT License
2k stars 110 forks source link

Add support for custom logout function #224

Open tgds opened 1 year ago

tgds commented 1 year ago

Hello @sergiodxa,

Thank you for your work! I find it super useful (your blog too :).

I have a use-case where I need to have a strategy with a custom logout function (in order to properly logout an external IdP). I have added it below. If you're happy merging this feature, please, let me know and I will add tests and jsdocs.

Thanks!