petrarchy / arctype

A reference implementation framework for enterprise administration applications.
MIT License
4 stars 7 forks source link

Basic page routing with authentication #4

Closed zacklitzsinger closed 7 years ago

zacklitzsinger commented 7 years ago

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.