v1.6
- Refactored authentication, adding better checking for API errors.
- Login now checks for an authorized user before moving to the dashboard.
- Changed the local storage guest variables to
isGuest
andisNotGuest
some browsers don't like booleans in local storage. - Fixed a redirect issue if the guest middleware failed.