-
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
0.1.36 to 0.1.37 Breaks Test Suite #670
Comments
Changing my
|
Just wanted to mention that I ran into the same issue. I upgraded both devise and devise_token_auth so I can't be sure which introduced the issue, but for minitest the following fixed the
I'm using |
👍 I am experiencing this issue too. The above solutions didn't work for me |
Add `include DeviseTokenAuth::Concerns::SetUserByToken` to fix 302 redirection Applying this solution to fix issue : lynndylanhurley/devise_token_auth#670 (comment)
Hi there @jclif , In an effort to cleanup this project and prioritize a bit, we're marking issues that haven't had any activity in a while with a "close-in-7-days" label. If we don't hear from you in about a week, we'll be closing this issue. Obviously feel free to re-open it at any time if it's the right time or this was done in error! If you are still having the issue (especially if it's a bug report) please refer to our new Issue Template to provide some more details to help us solve it. Hope all is well. |
I'm developing a Rails project with the following versions:
I have a working test suite on 0.1.36 using the following approach:
Upon upgrading to 0.1.37, I found that all of the requests in my controller specs were returning 401 Unauthorized. Has anyone else run into this issue?
The text was updated successfully, but these errors were encountered: