Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions #22

Open
drewroberts opened this issue Feb 23, 2021 · 0 comments
Open

Permissions #22

drewroberts opened this issue Feb 23, 2021 · 0 comments

Comments

@drewroberts
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant