https://github.com/maicol07/flarum-ext-sso
:lock: SSO for Flarum
https://github.com/maicol07/flarum-ext-sso
composer composer-package flarum flarum-sso javascript js mithriljs php php7
Last synced: about 1 month ago
JSON representation
:lock: SSO for Flarum
- Host: GitHub
- URL: https://github.com/maicol07/flarum-ext-sso
- Owner: maicol07
- License: mit
- Created: 2019-10-11T18:29:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-14T12:59:49.000Z (10 months ago)
- Last Synced: 2026-04-30T05:23:51.742Z (about 2 months ago)
- Topics: composer, composer-package, flarum, flarum-sso, javascript, js, mithriljs, php, php7
- Language: PHP
- Homepage: https://discuss.flarum.org/d/21666-single-sign-on-sso-with-wordpress-integration
- Size: 832 KB
- Stars: 45
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
This extension is the updated [Single Sign On for Flarum](https://discuss.flarum.org/d/5052-single-sign-on/) extension.
# Flarum SSO
 [](//packagist.org/packages/maicol07/flarum-ext-sso) [](//packagist.org/packages/maicol07/flarum-ext-sso) [](//packagist.org/packages/maicol07/flarum-ext-sso) [](//packagist.org/packages/maicol07/flarum-ext-sso) [](https://maicol07.montastic.io)
This extension enables Single Sign On (shortly SSO) for Flarum. The workflow is based on this
[post](https://discuss.flarum.org/d/2808-how-i-implemented-cross-authentication-with-flarum). The extension is useful if
you run Flarum on a subdomain, but you want to use the login mechanism of your main website or SSO system.
## Installation
### Composer
1. Run the following command in your Flarum directory:
```sh
composer require maicol07/flarum-ext-sso
```
2. Enable the extension in the admin panel.
More detailed instructions are written [here](https://docs.maicol07.it/en/flarum-sso/ext#installation).
## Upgrading
### Composer
1. Run the following command in your Flarum directory:
```sh
composer update maicol07/flarum-ext-sso
```
More detailed instructions are written [here](https://docs.maicol07.it/en/flarum-sso/ext#upgrading).
## How to use
Check instructions on the [official docs](https://docs.maicol07.it/en/flarum-sso/ext)
## Links
- [Forum thread](https://discuss.flarum.org/d/21666-php-and-wordpress-single-sign-on-sso)
- [Extiverse](https://extiverse.com/extension/maicol07/flarum-ext-sso)
- [Packagist](https://packagist.org/packages/maicol07/flarum-ext-sso)
- [Official docs](https://docs.maicol07.it/en/flarum-sso/ext)