devise_token_auth_demo
devise_token_auth_demo copied to clipboard
"developer" strategy callback causes routing error
I cloned this repo, bundled, created the database, migrated the database, temporarily commented out all omniauth strategies except for "developer" and then visited /auth/developer
After filling out the form and hitting submit I get the following error:
Routing Error
No route matches [POST] "/omniauth/developer/callback"