https://github.com/datlechin/flarum-cbox
Integrate Cbox with Flarum.
https://github.com/datlechin/flarum-cbox
Last synced: 2 months ago
JSON representation
Integrate Cbox with Flarum.
- Host: GitHub
- URL: https://github.com/datlechin/flarum-cbox
- Owner: datlechin
- License: mit
- Created: 2024-08-10T10:17:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T07:36:06.000Z (10 months ago)
- Last Synced: 2025-03-07T02:05:07.888Z (3 months ago)
- Language: PHP
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cbox
 [](https://packagist.org/packages/datlechin/flarum-cbox) [](https://packagist.org/packages/datlechin/flarum-cbox)
A [Flarum](http://flarum.org) extension to integrate Cbox with Flarum.
With [Cbox](https://www.cbox.ws) Integration, you can use Cbox Integration to achieve single sign-on. Users can log in or identify once with your site, and not have to enter their names again to post in your Cbox.

## Installation
Install with composer:
```sh
composer require datlechin/flarum-cbox:"*"
```## Configuration
1. **Get Cbox Pro**: Ensure you have the Pro version of Cbox.
2. **Enable Integration**: In Cbox, go to **Users** -> **User Integration** to get your Secret, Box ID, and Box Tag.
3. **Configure in Flarum**: Enter the obtained details in the Cbox extension settings in Flarum.## Updating
```sh
composer update datlechin/flarum-cbox:"*"
php flarum cache:clear
```## Links
- [Packagist](https://packagist.org/packages/datlechin/flarum-cbox)
- [GitHub](https://github.com/datlechin/flarum-cbox)
- [Discuss](https://discuss.flarum.org/d/35127)