issues
search
garethredfern
/
laravel-vue
VueJS SPA example using Sanctum & Fortify authentication with Laravel.
https://laravelvuespa.com
MIT License
128
stars
40
forks
source link
Feature/middleware
#4
Closed
garethredfern
closed
3 years ago
garethredfern
commented
3 years ago
Add the ability to have multiple middlware guards on a route.
Move the auth beforeEnter method to a auth middlware.
Add a guest route which stops the login page being accessed if a user is logged in.