Somewhat of a newbie here (though I got an app to work fully).
Now, I want to put it behind a login, but just adding a login popup (wall) makes bad sense from a POV of UX. I would like the following flow:
- Show some text (motivate people to register)
- Registration / login
- My app
I was thinking of doing that with two forms, if the user is not logged in, it shows page1 (registration/login), if the user is logged in, they see page2 (the app).
I could not find any tutorials on how to create this flow. Any suggestions or directions would be appreciated!