solid-server 6.0.0-e470e61c → 6.0.0-fd8426c9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/coverage/tmp/coverage-2248-1767801556516-0.json +1 -0
- package/coverage/tmp/{coverage-2274-1767793690515-0.json → coverage-2249-1767801534199-0.json} +1 -1
- package/package.json +1 -1
- package/solid-server-6.0.0.tgz +0 -0
- package/test/resources/accounts/db/oidc/op/clients/{_key_6aad39f3d978108cbce0c1aac2a4ef7e.json → _key_ba2981b92de3f356283ae06014bb9e06.json} +1 -1
- package/test/resources/accounts/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A3457.json +1 -1
- package/test/resources/accounts-scenario/alice/db/oidc/op/clients/{_key_15640f5da80370c26dd61c7727104d05.json → _key_b610cc4f4f5ff4c328d51c9643674b53.json} +1 -1
- package/test/resources/accounts-scenario/alice/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7000.json +1 -1
- package/test/resources/accounts-scenario/bob/db/oidc/op/clients/{_key_81e2f26ac5754742d201dfb1fa4d9c26.json → _key_0b3315223b2ed84666b1f06796551d0d.json} +1 -1
- package/test/resources/accounts-scenario/bob/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7001.json +1 -1
- package/test/resources/accounts-scenario/charlie/db/oidc/op/clients/{_key_f2c171731a6d4c08f1a7b8e8f9426efc.json → _key_e94816ea61756622a7733bf0fece8894.json} +1 -1
- package/test/resources/accounts-scenario/charlie/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A5002.json +1 -1
- package/test/resources/accounts-strict-origin-off/alice/db/oidc/op/clients/{_key_684df5f80bd067e4421b8176881d6430.json → _key_ea114dd2ddb1ee7c15f7fa1bdc3cba95.json} +1 -1
- package/test/resources/accounts-strict-origin-off/alice/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7010.json +1 -1
- package/test/resources/accounts-strict-origin-off/bob/db/oidc/op/clients/{_key_b910d7c3ffdd3c3e9cd710e81a9fe85a.json → _key_2d952d3bb8f957a8f93f84501ba02585.json} +1 -1
- package/test/resources/accounts-strict-origin-off/bob/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7011.json +1 -1
- package/coverage/tmp/coverage-2273-1767793711380-0.json +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
# History
|
|
2
|
+
## 6.0.0
|
|
3
|
+
- CommonJs to ESM (.mjs)
|
|
4
|
+
- support for mashlib >= 2.0.0
|
|
5
|
+
- support solid-OIDC with WebID scope, es256, and rfc9702
|
|
6
|
+
|
|
7
|
+
## 6.0.0 Upgrade Notes
|
|
8
|
+
|
|
9
|
+
1.0 Automatically recreated
|
|
10
|
+
- delete `.db/oidc/op/provider.json`
|
|
11
|
+
- delete `config/templates/emails`
|
|
12
|
+
If not recreated then copy from `default-emails`
|
|
13
|
+
If there was some personalisation these need to be redone
|
|
14
|
+
|
|
15
|
+
2.0 Manuel update the `index.html` in server root `data/<serverOrigin>/index.html`
|
|
16
|
+
edit `common/js/index-buttons.js` to `index-buttons.mjs`
|
|
17
|
+
|
|
2
18
|
## 5.3.0
|
|
3
19
|
- Support for webid-oidc with DPop tokens
|
|
4
20
|
|