-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Devise trackable module not working #62
Comments
FWIW - initial glance seems that this is working on my end:
and with subsequent login ...
|
Thanks @booleanbetrayal , must be an issue with my configuration. Are you using the latest devise/ng-token auth betas? |
This also doesn't work for me. I'm using 0.1.29.beta7. |
Hey guys, I think I just fixed this recently. Can you all try version If this solves the problem then I'll push an official release. |
@lynndylanhurley - I'm already using devise_token_auth, '0.1.30.beta3' and "ng-token-auth": "~0.0.24-beta6" |
Just upgraded to devise_token_auth 0.1.30.beta3 and it doesn't work. the following attributes are still empty: |
sorry @smarquez1 - I'm on devise_token_auth 0.1.30.beta3 and ng-token-auth 0.0.24-beta1. I had migrated our Rails project from a vanilla Devise, cookie-based authentication scheme .. but I can't imagine that'd make any difference. |
same for me using devise_token_auth 0.1.30.beta3 with ng-token-auth 0.0.24-beta6 |
Ok thanks guys! Looks like I didn't have good enough coverage on this. I'll try to push a fix out later today. |
It looks like trackable was set for email sign-in, but not OAuth sign-in. Version |
Columns:
sign_in_count, current_sign_in_at, last_sign_in_at, current_sign_in_ip, last_sign_in_ip
are not being updating after user logs in.
The text was updated successfully, but these errors were encountered: