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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ cd plugin-oauth2
10
10
composer install
11
11
```
12
12
13
+
# Updating to version 3.0.0
14
+
15
+
Before updating to version 3.0.0, please take care of the following:
16
+
- the existing `options` entry in configuration file has been renamed to `authorize`. Please update your configuration file accordingly.
17
+
- the `scopes` entry in configuration file has been added; some data you were previously using may be missing.
18
+
- previous versions were using non Galette data (like `username`). If you were using this data and still want to rely on them; add a `legacy_data: true` in you applications entries.
19
+
13
20
# Configuration
14
21
15
22
## Prepare public/private keys
@@ -27,7 +34,7 @@ copy-paste the hexadecimal string result in plugin-oauth2/config/encryption-key.
27
34
28
35
## Configure a ClientEntity
29
36
30
-
Rename `config/config.yml.dist` to `config/config.yml` and edit according to your third party applicaiton settings:
37
+
Rename `config/config.yml.dist` to `config/config.yml` and edit according to your third party application settings:
31
38
32
39
```
33
40
global:
@@ -52,7 +59,6 @@ The corresponding NextCloud configuration:
0 commit comments