TIPOFF / authorization

Laravel Package for opinionated authorization style
MIT License
0 stars 1 forks source link

Permissions #22

Open drewroberts opened 3 years ago

drewroberts commented 3 years ago

We use the approach of Permissions as implemented in the Spatie Permissions package:

https://github.com/spatie/laravel-permission

All of the packages that require this tipoff/authorization package should seed (with a migration) the permissions table to include all the permissions in the Policies included in that package. These permissions should be assigned by that package to the Admin role and some of the other default Roles (#21) as applicable.