YAAMSOrg / yaams-server

Yet Another Airline Management System
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Check edit routes via Laravel Policies instead of manual functions #50

Open flymia opened 2 months ago

flymia commented 2 months ago

We need to rework the check if a aircraft that is to be edited is indeed part of the airline. There is a more "Laravel way" of doing this by adding a policy.

Maybe rework this part using Laravel Policies.

https://laravel.com/docs/11.x/authorization