Libraries tagged by access management
sergmoro1/yii2-user
132 Downloads
User registration by email with confirmation. Users management. Login with OAuth2 credensials. Predefined for role based access control.
sajjadhossainshohag/laravel-permission-scanner
4 Downloads
Permission Scanner Tool is a scans your application for @can, @canany, and permission middleware usage in controllers, routes, and Blade views. It helps developers analyze and manage role-based access control (RBAC) by extracting all permission-related directives efficiently.
picatic/php-api
83 Downloads
PHP Wrapper to access the Picatic API
nagarjunbn/acl
10 Downloads
Roles-permission management for laravel with User interface
mallria/usuario
1 Downloads
Fork of 2amigos/yii2-usuario
kseven/filamentpanel
1 Downloads
A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development
kariae/authorizer-bundle
6 Downloads
A Symfony bundle to manage controller's actions access with a nice GUI
itpathsolutions/authinfo
15 Downloads
Auth information
hivedigitdz/yii2-usuario
0 Downloads
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
happyr/user-project-bundle
322 Downloads
If you have multiple users that will share access to one or more objects.
deepha/yii2-usuario
35 Downloads
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
data-dog/acl-bundle
333 Downloads
ACL management bundle
cretection/be-groups
26 Downloads
This extension provide several new options to restructure large amount of be_groups records
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
cloudinary/account-provisioning
5 Downloads
Accounts with provisioning API access can create and manage their **product environments**, **users** and **user groups** using the RESTful Provisioning API. Provisioning API access is available [upon request](https://cloudinary.com/contact?plan=enterprise) for accounts on an [Enterprise plan](https://cloudinary.com/pricing#pricing-enterprise). 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**, or they can be obtained from the provisioning environment variable available on your Cloudinary Console [Dashboard](https://console.cloudinary.com/pm/developer-dashboard). The Provisioning API has dedicated SDKs for the following languages: * [JavaScript](https://github.com/cloudinary/account-provisioning-js) * [PHP](https://github.com/cloudinary/account-provisioning-php) * [Java](https://github.com/cloudinary/account-provisioning-java) Useful links: * [Provisioning API reference (Classic)](https://cloudinary.com/documentation/provisioning_api_1)