pow-auth / pow_assent

Multi-provider authentication for your Pow enabled app
https://powauth.com
MIT License
321 stars 50 forks source link

Control Redirects without custom controllers? #165

Closed jt-l closed 4 years ago

jt-l commented 4 years ago

Hi,

Is there anyway to configure redirects without breaking pow/pow_assent into custom controllers?

After a successful signup the user is redirected to the index ("http://localhost:4000/"). Is it possible to modify this to, for example: http://localhost:4000/home?

Thanks.

jt-l commented 4 years ago

Hi,

Found it in the docs that this can be done via callback routes

see: callback routes

closing