We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server version: 2.3.4 Client version: 1.1.1
2.3.4
1.1.1
When I try to instantiate Horizon with Horizon({authType: 'anonymous'}) I don't see any token's stored in localStorage.
Horizon({authType: 'anonymous'})
localStorage
I compared this behavior to client version 1.0.2 and I saw the token saved in localStorage.
1.0.2
I believe it was this PR that caused this regression: #556
The text was updated successfully, but these errors were encountered:
See #556 (comment) It looks like I have the logic backwards for this :/
Sorry, something went wrong.
Also reported by @Bekt in #570 (comment)
Screencast: http://recordit.co/wsIahMz2KE Hey, the docs say the JWT token is stored in localStorage, but that doesn't seem to be the case. Please see the recording above. Horizon version: 1.1.1 Code: index.html
Screencast: http://recordit.co/wsIahMz2KE
Hey, the docs say the JWT token is stored in localStorage, but that doesn't seem to be the case. Please see the recording above.
Horizon version: 1.1.1 Code: index.html
@deontologician I think this PR solves the issue. I tested locally and it stores the session :)
#579
4fffc03
Making storeLocally default to true (#579)
c898176
Fixes #568
Woohoo! Awesome! TY!
deontologician
No branches or pull requests
Server version:
2.3.4
Client version:
1.1.1
When I try to instantiate Horizon with
Horizon({authType: 'anonymous'})
I don't see any token's stored inlocalStorage
.I compared this behavior to client version
1.0.2
and I saw the token saved inlocalStorage
.I believe it was this PR that caused this regression: #556
The text was updated successfully, but these errors were encountered: