rwb196884
rwb196884
This is still broken. What is the fix? (My `pakcage.json` says `"tslib": "^2.3.0"` so all this talk about a version `4` seems odd.)
Still broken in 7.33.2
Solution described here: https://github.com/stefanprodan/AspNetCoreRateLimit/issues/78
Solution described here: https://github.com/stefanprodan/AspNetCoreRateLimit/issues/78
But I've logged out, revoked tokens, and cleared state -- it shouldn't have secretly retained a token.
And it all works fine both in a private window and in other browsers. Therefore I think that it's secretly keeping data that it shouldn't be.
I'm not using cookies. I'm using JWT. This is still fucked. I log out and on the callback do ``` const handleLogout = () => { setAuthenticationState((currentState) => ({ ...currentState,...
This is what I'm doing at the moment: ``` const logOut = () => { setAuthenticationState((currentState) => ({ ...currentState, isLoggingOut: true })); if (!authenticationState.user) { // Must be already logged...
Yes, that is a _feature_ of bearer tokens.
Yeah, looks like this is dead. What about https://marketplace.visualstudio.com/items?itemName=RichNewman.TypeScriptAnalyzerEslintPrettier