Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T17:21:31.000Z (over 1 year ago)
- Last Synced: 2024-10-23T00:15:04.895Z (14 days 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: 690 KB
- Stars: 42
- Watchers: 3
- Forks: 5
- 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
![Supports latest Flarum version?](https://flarum-badge-api.davwheat.dev/v1/compat-latest/maicol07/flarum-ext-sso) [![Latest Stable Version](https://poser.pugx.org/maicol07/flarum-ext-sso/v)](//packagist.org/packages/maicol07/flarum-ext-sso) [![Total Downloads](https://poser.pugx.org/maicol07/flarum-ext-sso/downloads)](//packagist.org/packages/maicol07/flarum-ext-sso) [![Latest Unstable Version](https://poser.pugx.org/maicol07/flarum-ext-sso/v/unstable)](//packagist.org/packages/maicol07/flarum-ext-sso) [![License](https://poser.pugx.org/maicol07/flarum-ext-sso/license)](//packagist.org/packages/maicol07/flarum-ext-sso) [![Services Health](https://maicol07.montastic.io/badge)](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)