-
Nice first step of this class!
But after calling EnerGenieSwitcher from script and trying to connect to EG-PM2-LAN Homepage from browser directly after calling the script, I get "Impossible to login -…
-
```
the logout screen is locked into the program and loading the flash plugin
crashes and the page has to be reopened, since the browser does not answer more!
```
Original issue reported on code.goo…
-
sometimes when i try log out pump.io the server return a error and is impossible close session, I need to clear localStorage and session manually from browser console, this is more easy to reproduce w…
ghost updated
7 years ago
-
i follow ur step by step tutorial in your [site](https://www.djamware.com/post/58c1703e80aca7585c808ec1/step-by-step-tutorial-building-ionic-2-rest-api-authentication) but i get this error after logo…
-
Sometimes my Qrypto just logs out for no reason when the timer is set for a 30 mins session.
-
-
settings.py
NINJA_JWT = {
'BLACKLIST_AFTER_ROTATION': True,}
INSTALLED_APPS = [ "ninja_jwt.token_blacklist",]
`
@http_post(
"/logout",
# response=UserLogoutSchema,
…
-
I'm still running `djangosaml2idp==0.6.3` and running into an issue w/ the logout view. It looks like the `resp` is already a string and not an object causing an exception to be thrown.
```python…
-
Logout in our case is equals to remove JWT from header and deactivate JWT.
-
Should it really be possible to login if an account is still logged in? Force logout?