-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
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
Fastboot mode, isAuthenticated always fasle #1690
Comments
Hm, this should work out-of-the-box. Which authenticator are you using and what do the session contents look like? |
We have recently experienced this behaviour in our application too. It seems to be broken with As far as I can tell, #1608 causes the issue, The reason for that it's not clear what's going on is that ESA "hides" an error here https://github.com/simplabs/ember-simple-auth/blob/master/addon/initializers/setup-session-restoration.js#L18. |
This seems to be an |
I'm enable the cookie store
in route
Cookies added after logging in, but this.get('session.isAuthenticated') always false.
Do you know how i can get session.isAuthenticated in fastboot mode?
The text was updated successfully, but these errors were encountered: