-
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
Sometimes very frequently, sometimes very randomly - 401 Unauthorized. #813
Comments
I have exactly the same problem #792 and I'm still waiting for an answer |
I am using this for building a client application and I am stuck, as I am not able to release a build, as I don't know when the "401 Unauthorized" would occur. Is there any alternatives or patches. |
Confirming the same issue |
try code from this PR: #703 |
Maybe you need to implement the CORS has stated in the docs https://github.com/lynndylanhurley/devise_token_auth#cors |
@onlyyouandty - there are no problems with sending request to the API but with authenticating the request (at least on my end) |
@lynndylanhurley seems that merging #703 would allow us to close several issues :) |
#703 has been merged! Try pointing to master to try it out. Closing this for now but feel free to reopen if this didn't fix it. |
Hi,
I have used devise_token_auth with rails for the Backend to build a iOS application.
The text was updated successfully, but these errors were encountered: