-
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
No Headers after sign_in for new Users created by Admin #685
Comments
any help here?? |
I faced the same issue, for some reason @client_id that is set in sessions_controller does not keep its value here https://github.com/lynndylanhurley/devise_token_auth/blob/master/app/controllers/devise_token_auth/concerns/set_user_by_token.rb#L89 |
And I've found that this has broken after I added 'active_model_serializers' gem to gemfile. |
I do not need that scope, so in my case adding |
thank you so match, your solution worked perfectly. |
I've created several admin-users, you can refer to the Create action in AdminUsersController as it's mentioned below, and when i tried to sign-in i didn't get the desired Headers such as "access_token, expiry,uid..."
Request
Response:
The text was updated successfully, but these errors were encountered: