Skip to content
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

ActionController::RoutingError (No route matches [POST] "/omniauth/steam/callback") #554

Closed
suezzo opened this issue Feb 29, 2016 · 4 comments

Comments

@suezzo
Copy link

suezzo commented Feb 29, 2016

I've added devise_token_auth routes, but they don't create POST callbacks. Docs say that callback has get or post method, but in my application is only GET. I've tried to manually create POST route for callback, but it hasn't worked and I'm not sure if it is even correct solution. Does anyone have any idea?

@Quintasan
Copy link

Uh same here. The only route I get is GET /omniauth/:provider/callback(.:format) devise_token_auth/omniauth_callbacks#redirect_callbacks. I'm running 0.1.37. Is it supposed to work like that or we're both doing something wrong?

@suezzo
Copy link
Author

suezzo commented Mar 11, 2016

I made it work, by manually adding POST route with the callbacks to the routes.rb file. After it I've received a few other small errors, but they wasn't hard to fix. Finally I've decided to build my authentication system using other gem.

@Quintasan
Copy link

@suezzo out of sheer curiosity. What other gem did you use?

@zachfeldman
Copy link
Contributor

No activity in over a year, closing this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants