Authorization
The Authorization module is a versatile abstraction layer designed to streamline the integration of various authorization systems into Drupal. This module caters to authorization consumers, such as Drupal Roles, Groups, and providers like LDAP and CSV. By employing pluggable consumer and provider classes, Authorization facilitates the seamless incorporation of diverse authorization mechanisms within the Drupal framework.
Key Features
Flexibility: Adapt and integrate different authorization systems effortlessly.
Abstraction Layer: Provides a consistent interface for consumers and providers.
Pluggable Classes: Utilize consumer and provider classes to extend functionality.
For detailed information on installation, configuration, and usage, please consult the README.md.
Modules Leveraging Authorization
Consumers
- Group Authorization
- Drupal Role
Providers
Feel free to explore the documentation, get involved in the issue queue, and contribute to the enhancement of the Authorization module. Your feedback and collaboration are highly valued!
Develop CRM Membership using DDEV ⚙
If you haven't already, install DDEV.
git clone [email protected]:project/authorization.git cd authorization ddev config --project-type=drupal --docroot=web --php-version=8.4 --corepack-enable --project-name=authorization ddev add-on get ddev/ddev-drupal-contrib ddev start ddev poser ddev symlink-project ddev drush site:install -y ddev drush pm:install authorization -y ddev drush config:export -y ddev drush user:login
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 8.x-1.5 | Stable | Resolve issue with 1.4 update | Nov 7, 2024 |