maicol07 / flarum-ext-sso
SSO for Flarum
Installs: 6 067
Dependents: 0
Suggesters: 0
Security: 0
Stars: 42
Watchers: 3
Forks: 5
Type:flarum-extension
Requires
- php: >=7.3
- ext-json: *
- flarum/core: ^1
- maicol07/flarum-sso-plugin: ^3
Requires (Dev)
- lcobucci/jwt: >=4.1
- roave/security-advisories: dev-latest
Suggests
- lcobucci/jwt: >=4.1. This is required if you want to use the JWT features that comes with the premium addon
Replaces
README
This extension is the updated Single Sign On for Flarum extension.
Flarum SSO
This extension enables Single Sign On (shortly SSO) for Flarum. The workflow is based on this post. 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
- Run the following command in your Flarum directory:
composer require maicol07/flarum-ext-sso
- Enable the extension in the admin panel.
More detailed instructions are written here.
Upgrading
Composer
- Run the following command in your Flarum directory:
composer update maicol07/flarum-ext-sso
More detailed instructions are written here.
How to use
Check instructions on the official docs