-
In a recent deployment of devel, the logout button in header does not log the user out.
renic updated
10 years ago
-
Hi,
Can i set the web GUI to auto logout say after 10 minutes?
Sruli
-
/saml/logout
-
After the first time login process is successful, we do not want a user to login again every time the app is started.
However, we should provide a Logout functionality (a button in Settings or somet…
-
Hello ,
I had an issue regarding the logout . Once i am done with my logout and it's not popping me agin to enter the user name and password , why is it so ?
is it not the expected behaviour ? If s…
-
If we are not using log out can that side menu be removed from the app? #63
-
Trying to setup intranet with authentication from Azure. Login works fine but for some reason cannot logout? keeps redirecting me back to the same page. Can someone please help. Thanks in advance.
-
Is it necessary to have an endpoint that would literally log out the currently logged in user?
Please share your opinions.
kasp1 updated
7 years ago
-
When I click the logout button in the app everything appears to work as its supposed to. The app is no longer able to access the pages for logged in users and the login and create account buttons are…
-
True logout means declaring JWTs invalid at the server side. At the moment all we do is throw them away on the client side.
Since we're a single-user system. we don't actually have to do anything …