Skip to content

v1.5

Choose a tag to compare

@garethredfern garethredfern released this 31 Jan 09:14
· 25 commits to main since this release
  • Add the ability to have multiple middleware guards on a route.
  • Move the auth beforeEnter method to auth middleware.
  • Add a guest route which stops the login page being accessed if a user is logged in.
  • Move the isAdmin check for the users route to admin middleware.
  • Add a check for authUser on authUser component.