I’ve got my sign up form working.
The question I have is: what is the best practice for getting the user to the ‘logged in home page’ of the app I’m building (i.e. the first page they see upon login)? Do I keep it as the index page, but ‘hide’ the login/sign up form, or do I create another page that they newly signed up user is directed to (and only visible to logged in users)?
Thanks,
JT