ng-token-auth
ng-token-auth copied to clipboard
Can't authorize (user_signed_in? always show false)
user_signed_in? always show false in the _debug.slim, even when I authorized using devise_token_auth
p "user.signedIn" from "ng-token-auth" = {{ user.signedIn ? "true" : "false" }}
p "user_signed_in?" from "devise" = #{user_signed_in?}
Application code on github
Video below
I'm having the same problem, did you find a solution?
@mrodal, No, brother.
What is the html after your interpreter / compiler processes it?
@angelxmoreno, I start new project and this issue still persist Are you still need compiled html?
