You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-10
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,28 @@ This extension enables Single Sign On (shortly SSO) for Flarum. The workflow is
8
8
you run Flarum on a subdomain, but you want to use the login mechanism of your main website or SSO system.
9
9
10
10
## Installation
11
-
Install via command below or via Bazaar and activate the extension.
12
-
```
13
-
composer require maicol07/flarum-ext-sso
14
-
```
11
+
### Composer
12
+
1. Run the following command in your Flarum directory:
13
+
```sh
14
+
composer require maicol07/flarum-ext-sso
15
+
```
16
+
2. Enable the extension in the admin panel.
15
17
16
18
More detailed instructions are written [here](https://docs.maicol07.it/en/flarum-sso/ext#installation).
17
19
18
20
## Upgrading
19
-
Upgrade via command below or via Bazaar.
20
-
```
21
-
composer update maicol07/flarum-ext-sso
22
-
```
21
+
### Composer
22
+
1. Run the following commandin your Flarum directory:
23
+
```sh
24
+
composer update maicol07/flarum-ext-sso
25
+
```
23
26
24
27
More detailed instructions are written [here](https://docs.maicol07.it/en/flarum-sso/ext#upgrading).
25
28
26
29
## How to use
27
-
28
30
Check instructions on the [official docs](https://docs.maicol07.it/en/flarum-sso/ext)
0 commit comments