Git Product home page Git Product logo

Comments (5)

bezhanSalleh avatar bezhanSalleh commented on June 12, 2024

in order to enforce those permission, you need to generate the policies and if the policies are for a plugin that provides resourcefull model then you need to register it in the authservice provider.

from filament-shield.

DrewNeon avatar DrewNeon commented on June 12, 2024

in order to enforce those permission, you need to generate the policies and if the policies are for a plugin that provides resourcefull model then you need to register it in the authservice provider.

Thanks! I did it. However, it's not quite exactly as what the docs say. May it be due to version upgrade of Shield?

After running php artisan shield:generate --resource=user, there's RolePolicy.php only in app/Policies. Does it suppose to generate app/Policies/UserPolicy.php?

So I added 'App\Models\User' => 'App\Policies\RolePolicy', in the AuthServiceProvider accordingly. If I need to generate policies for more resourceful models, does it overwrite or append to 'app\Policies\RolePolicy'?

from filament-shield.

bezhanSalleh avatar bezhanSalleh commented on June 12, 2024

please read the following on how policies work.
The shield doc for policies and generate command and then
https://laravel.com/docs/10.x/authorization#creating-policies

from filament-shield.

DrewNeon avatar DrewNeon commented on June 12, 2024

tomatophp/filament-users

Thanks for you reply! Let me break down my questions.

As you mentioned Laravel native policy, app/Policy/UserPolicy.php is generated by running php artisan make:policy UserPolicy. After reading through the Shield doc multiple times, I think the equivalent command is

php artisan shield:generate --resource=User

Is it correct?

Unlike Laravel native command for policy generation, there's no app/Policy/UserPolicy.php after running the shield:generate command, even it returns successful message as follow.

   INFO  Successfully generated Permissions & Policies for:  

+---+----------+--------+-------------+
| # | Resource | Policy | Permissions |
+---+----------+--------+-------------+

   INFO  Permission & Policies are generated according to your config or passed options.  

   INFO  Enjoy!  

Without knowing the name of the newly-generated Shield policy, I don't know how to correctly apply it in the AuthServiceProvider.

BTW, the package tomatophp/filament-users doesn't have its own model, but using the default user model at app/Model/User.php.

from filament-shield.

fawaziwalewa avatar fawaziwalewa commented on June 12, 2024

The equivalent command is:

php artisan shield:generate --resource=UserResource

from filament-shield.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.