GithubHelp home page GithubHelp logo

@role('admin') about ntrust HOT 10 CLOSED

klaravel avatar klaravel commented on July 28, 2024
@role('admin')

from ntrust.

Comments (10)

klaravel avatar klaravel commented on July 28, 2024 1

It's fixed. Thank you.
Can you please update latest version and let me know if it's work for you?

from ntrust.

klaravel avatar klaravel commented on July 28, 2024 1

You can use like below role with or condition.

@ability('admin,owner,moderator', '')
This user has at least one role from admin, editor or moderator.
@endrole

from ntrust.

klaravel avatar klaravel commented on July 28, 2024 1

@fearrr

You can use like below.

@role(['superadmin', 'user'])
This should have role 'superadmin' or 'user'.
@endrole
@role(['superadmin', 'user'], true)
This should have both role 'superadmin' and 'user'.
@endrole

from ntrust.

fearrr avatar fearrr commented on July 28, 2024

To do this we have to use @role(('admin'))

from ntrust.

fearrr avatar fearrr commented on July 28, 2024

But this construction does not work @ROLE(('moderator|admin'))

from ntrust.

fearrr avatar fearrr commented on July 28, 2024

sure

from ntrust.

fearrr avatar fearrr commented on July 28, 2024

@ROLE('admin') Now it works.
Only one part can be used in Blade directive?

from ntrust.

klaravel avatar klaravel commented on July 28, 2024

There are total three blade directives.
Are you asking about that or something else?

@role('admin')
    <p>This is visible to users with the admin role. Gets translated to 
    \Ntrust::role('admin')</p>
@endrole

@permission('manage-admins')
    <p>This is visible to users with the given permissions. Gets translated to 
    \Ntrust::can('manage-admins'). The @can directive is already taken by core 
    laravel authorization package, hence the @permission directive instead.</p>
@endpermission

@ability('admin,owner', 'create-post,edit-user')
    <p>This is visible to users with the given abilities. Gets translated to 
    \Ntrust::ability('admin,owner', 'create-post,edit-user')</p>
@endability

Also let me know if you think any feature missing.

from ntrust.

fearrr avatar fearrr commented on July 28, 2024

I mean, available use of multiple roles for the @ROLE directive in Blade (explode() function)
For example @role('admin|owner|moderator')

from ntrust.

fearrr avatar fearrr commented on July 28, 2024

Thanks, sorry for my carelessness.

from ntrust.

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.