staywoke/catalyst

Force sign up to view individual task page

Closed this issue · 1 comments

One way of doing this would be to redirect to the sign up page with a referrer attribute so that we can redirect directly to the task page upon successful sign in.

Devise is already correctly redirecting to the login page. But we still need to capture referrer so that we can redirect properly on successful authentication. I'm going to do that now.