This changeset adds a login page that moves to a main page when login is successful. The main page has a logout button that destroys the user session. Authentication is done by running an auth query on pages that require login to access. Unsuccessful logins do not result in a page transition.
All page routing is done on the dev server only for development purposes.
This changeset adds a login page that moves to a main page when login is successful. The main page has a logout button that destroys the user session. Authentication is done by running an auth query on pages that require login to access. Unsuccessful logins do not result in a page transition.
All page routing is done on the dev server only for development purposes.