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

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 git@git.drupal.org: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

Project information

Releases