devise_token_auth_demo icon indicating copy to clipboard operation
devise_token_auth_demo copied to clipboard

"developer" strategy callback causes routing error

Open jspillers opened this issue 8 years ago • 0 comments

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"

jspillers avatar Oct 18 '16 21:10 jspillers