Skip to content

v1.6

Compare
Choose a tag to compare
@garethredfern garethredfern released this 14 Feb 10:29
· 8 commits to main since this release
2a11a36
  • 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 and isNotGuest some browsers don't like booleans in local storage.
  • Fixed a redirect issue if the guest middleware failed.