Libraries tagged by user permissions
epubli4/permission-bundle
1615 Downloads
Package to ease the use of permissions
joovence/nova-permission
471 Downloads
A Laravel Nova tool for Spatie's Permission library. Based on vyuldashev/nova-permission, adapted for use witn Nova 4
antonioprimera/laravel-basic-permissions
67 Downloads
A simple package enabling the use of roles and permissions from a config file in a Laravel app.
htech/roles-and-permissions
41 Downloads
Roles and Permissions integration for laravel development use by web developers on htechcorp
cloudinary/permissions
3 Downloads
Accounts with Permissions API access can manage custom permission policies. These policies assign permissions for a principal, allowing the principal to perform a specific action on a designated resource within a particular scope (your account or a product environment). Refer to the [Permissions API guide](permissions_api_guide) for instructions on what to specify in the `policy_statement` to control Cloudinary activities, and to the Cedar schema, which defines the possible values for principals, actions, and resources. The API uses **Basic Authentication** over HTTPS. Your **Provisioning Key** and **Provisioning Secret** are used for the authentication. These credentials (as well as your ACCOUNT_ID) are located in the [Cloudinary Console](https://console.cloudinary.com/pm) under **Settings > Account > Provisioning API Access**. The Permissions API has dedicated SDKs for the following languages: * JavaScript * PHP * Java
jsalam/ugrpm
19 Downloads
Manage users and groups roles and permessions
nigus-abate/laravel-permify
15 Downloads
Laravel Permify is a powerful, easy-to-use Laravel package for managing roles and permissions with full CRUD UI and middleware support.
codelips/casbin-think-adapter2
3 Downloads
Use casbin in thinkphp.
ucer/entrust
740 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel, And modify on zizaco/entrust.
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything
cubes/filemanager
75 Downloads
This will allow only user with permision to visit url and manage files.