Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 810 Bytes

File metadata and controls

25 lines (16 loc) · 810 Bytes

BuddyPress/CBOX Authentication Plugin

Build status

This plugin allows authentication against an external propietary API. The API response provides user metadata which is used to populate the user in or out of groups within an installation of Commons-in-a-Box, including roles within the group. It requires BuddyPress.

Installation

  1. Move this directory to wp-content/plugins.

  2. Define the following constants: CBOX_AUTH_API_URL, CBOX_AUTH_API_KEY, CBOX_AUTH_API_SECRET.

  3. Network-activate the plugin.

License

The source code of this plugin is released under the GPLv2 (see LICENSE.txt).