Skip to content

Commit a3575a3

Browse files
v5.3 upgrade notes
1 parent ad7e40e commit a3575a3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# History
2+
## 5.3.0
3+
- Support for webid-oidc with DPop tokens
4+
5+
## 5.3.0 Upgrade Notes
6+
You may have a `.db/oidc/op/provider.json` file that was generated by an older version
7+
of node-solid-server, which may still specify `"response_types_supported"` without listing
8+
`"id_token code"`. You can move this file out of the way and restart node-solid-server,
9+
it will be created again. See https://github.com/solid/node-solid-server/issues/1433 for
10+
more info.
211

312
## 5.0.0
413

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,11 @@ also add to `config.json`
132132
"emailAuthPass": "gmailPass"
133133
```
134134

135-
### Upgrading from version 4
136-
To upgrade from version 4 to the current version 5, you need to run a migration script, as explained in the [v5 upgrade notes](https://github.com/solid/node-solid-server/blob/master/CHANGELOG.md#500-upgrade-notes).
135+
### Upgrading from version <5.3
136+
Please take into account the [v5.3 upgrade notes](https://github.com/solid/node-solid-server/blob/master/CHANGELOG.md#530-upgrade-notes).
137+
138+
### Upgrading from version <5.0
139+
To upgrade from version 4 to the current version 5, you need to run a migration script, as explained in the [v5.0 upgrade notes](https://github.com/solid/node-solid-server/blob/master/CHANGELOG.md#500-upgrade-notes).
137140

138141
Also, be aware that starting from version 5, third-party apps are untrusted by default. To trust a third-party app, before you can log in to it, you first need to go to your profile at https://example.com/profile/card#me (important to include the '#me' there), and then hover over the 'card' header to reveal the context menu. From there, select the 'A' symbol to go to your trusted applications pane, where you can whitelist third-party apps before using them. See also https://github.com/solid/node-solid-server/issues/1142 about streamlining this UX flow.
139142

0 commit comments

Comments
 (0)