mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

Authentication structure #274

Closed euantorano closed 7 years ago

euantorano commented 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.