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
{{ message }}
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
Thanks for making this package! I'm right now converting my own very poor implementation of this to your package, and really liking it so far! Thanks for all the work you put in 🙏
I'm wondering if it's possible to also add functionality to sign the user out? Preferably by exposing a method we can use on the server to clear the session. A React hook as a second option would definitely be welcome too, although I like to sign out on the server most of the times (eg create a route /auth/logout).
Thank you so much! Happy to make a PR by the way, but might need some pointers on how / where to add it in that case.