Closed euantorano closed 7 years ago
Laravel takes a different approach to authentication these days, with several controllers existing out of the box. We should look at updating to follow this structure: https://github.com/laravel/laravel/tree/6645cae8597f1d25f96ffd98793f160979e9403e/app/Http/Controllers/Auth
This goes hand in hand with the authorisation/permission system, so I will look at it during this week or after Christmas.
Laravel takes a different approach to authentication these days, with several controllers existing out of the box. We should look at updating to follow this structure: https://github.com/laravel/laravel/tree/6645cae8597f1d25f96ffd98793f160979e9403e/app/Http/Controllers/Auth
This goes hand in hand with the authorisation/permission system, so I will look at it during this week or after Christmas.