ng-token-auth icon indicating copy to clipboard operation
ng-token-auth copied to clipboard

Can't authorize (user_signed_in? always show false)

Open srghma opened this issue 10 years ago • 4 comments

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

Video

srghma avatar Jul 21 '15 17:07 srghma

I'm having the same problem, did you find a solution?

mrodal-zz avatar Sep 11 '15 04:09 mrodal-zz

@mrodal, No, brother.

srghma avatar Sep 11 '15 08:09 srghma

What is the html after your interpreter / compiler processes it?

angelxmoreno avatar Sep 16 '15 06:09 angelxmoreno

@angelxmoreno, I start new project and this issue still persist Are you still need compiled html?

srghma avatar Jun 05 '16 08:06 srghma