v1.5
- 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.