TIPOFF / authorization

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

Roles #21

Open drewroberts opened 3 years ago

drewroberts commented 3 years ago

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

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

The application should be launched with the following default roles:

drewroberts commented 3 years ago

Let's also add default roles for:

drewroberts commented 3 years ago

I also would like to change the ID number of the default roles so they are always consistent between applications. Let's use:

1) Admin 2) Owner 10) Executive 20) Staff 99) Former Staff 100) Customer 111) Participant

Other packages will create Roles and this gives them some space to add them. Example: