-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to implement Logout functionality #520
Comments
Hi, a valid point, do you have any ideas? Maybe we can allow additional links, that one of them will point to logout api |
don't know how bull board UI is coded, but if possible we can let user provide their own logout function. |
It is not so simple to pass a function from backend (the only place that you have access to) to the client... I'll review a possible solution |
I'm also coming across this issue. I think that as you've suggested @felixmosh where if you can just define in |
Yeah this is the path that I think to make... |
As there is not inbuilt authentication flow, i added login page with passport.js local strategy based auth flow.
but how to achieve logout functionality with this now?
The text was updated successfully, but these errors were encountered: