-
```
Send 401 http error to logout
```
Original issue reported on code.google.com by `tro...@trouch.com` on 18 Feb 2014 at 7:16
-
```
Send 401 http error to logout
```
Original issue reported on code.google.com by `tro...@trouch.com` on 18 Feb 2014 at 7:16
-
Need a logout api call.
The logout cleanup should be done for a normal logout action the user initiates.
For an involuntary connection break (e.g., by page refresh), the server should either a) do a…
chenx updated
9 years ago
-
Haben wir schon ein Logout?
Wenn nicht, erstellen und in die Nav-Bar einfügen, ansonsten nur einfügen.
-
Would be nice to have it force logout inactive sessions that haven't been active in 30 min, or a set value in the local.cfg file.
-
Branch "Authentication" is created for this job
So far:
User model and controller created: has signup function
From now:
Creating action for Session controller
-
Some sort of animation or user feedback to say they have logged out, currently feels a bit jerky.
-
The current logout system is still a hack from back in the days. We change values in a [HTML template](https://github.com/GijsTimmers/kotnetcli/blob/dev/kotnetcli/tools/logoutformuliertemplate.html). …
-
```
The issue is that when passing a return to param to the logout() method, the
param is not used.
Here is working code to make that work, the code usses snippets from the drupal
redirect logout m…
-
I have two spring security clients authenticate with one cas server. When I hit on logout only that client log out. Client 2 still have access to secured pages. Cas server also gives an error : Error …