-
Notifications
You must be signed in to change notification settings - Fork 74
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
Auth.currentUser() sending nothing to server on refresh #83
Comments
Same issue for me. |
I have noticed this problem as well on my app found here: https://github.com/HarlemSquirrel/eWorm/tree/angular-single-page-app |
Actually, I just did some playing around and the problem for me seemed to be with |
Same issue for me.
|
Same issue for me. |
So in my app when I do a login with angular-devise, the user gets logged in with no problems. But once I do a reload, the application will get a unauthorized response from server because Auth.currentUser() sends nothing to the server.
How can I fix this?
The text was updated successfully, but these errors were encountered: