single page application deep linking with login page
My team is going to build a single-page-application for our future project. At the moment, I have a problem with designing the app with login page. There are 2 approaches: Create the login page as a separate page, the rest of the app is another single page. The app has only 1 page and the login page will be a view in the app which is switched back and forth using javascript. I don't know which approach I should take. I have read some discussions on the internet, it seems like it's more popular to create the login page as a separate page, the reason for this is we can use normal cookie-based