Rails app using doorkeeper and devise : how to handle direct login and OAuth? -
i have existing app use devise authentication. app has doorkeeper allow third party app users data.
when user log in third party app redirected page handled devise in app, , after successful login, redirected third party app.
the "doorkeeper devise login" page view form login, error or password lost redirect normal devise view, , lose redirection third party app.
how should handle authentication in app providing oauth , allowing user login directly?
Comments
Post a Comment