stats4sd / holpa-platform

Data Platform for the HOLPA tool
0 stars 0 forks source link

A permissions / policy based system for access rights #19

Closed dave-mills closed 1 week ago

dave-mills commented 1 week ago

For consistency, we should aim to make all code that decides whether a user can or cannot do something use the Laravel Authorization tools (Gates, policies), along with the roles + permissions that we have from the Spatie plugin.

Specifically: