-
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 Omniauth and DeviseTokenAuth Omniauth #666
Comments
Try this on your application_controller
|
I've created a new application to test it.
The step 1 works as well, but the step 2 uses same callback fase, and redirect to root_path like the step 1. Now my route is:
Note: I needed repeat the devise configuration to work (before and after).
|
I started new blank application to try solve it. |
Any progress with this? |
Any progress in this? :) |
I also need this! |
Hi there @dtelaroli , 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 did'nt saw this before, but, I give up this plugin because it has a lot of bugs and incompatibilities for me with no help. |
Is it possible use two way of authentication (devise and devise_token_auth)?
I'm trying but the devise omniauth uses same api path and the redirection (/omniauth/:provider/callback), and after redirect goes to api path with error (Could not authenticate you from Facebook because "Csrf detected".).
My route configuration:
In separated apps both works fine.
The text was updated successfully, but these errors were encountered: