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 Feb 12, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Logging out when using JWT-based autnentication isn't done via a request to the API. Currently the App Bar only supports setting a router link for logout.
Describe the solution you'd like
Logout button should support calling a function or emit an event so you can just implement your own logic.
Additional context
I've solved it by creating a copy of the original component in my source and modifying it, but it won't benefit from any updates that way.
Is your feature request related to a problem? Please describe.
Logging out when using JWT-based autnentication isn't done via a request to the API. Currently the App Bar only supports setting a router link for logout.
Describe the solution you'd like
Logout button should support calling a function or emit an event so you can just implement your own logic.
Additional context
I've solved it by creating a copy of the original component in my source and modifying it, but it won't benefit from any updates that way.