We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c6d79 commit 54ef8a9Copy full SHA for 54ef8a9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@solid/oidc-auth-manager",
3
- "version": "0.18.2",
+ "version": "0.20.0",
4
"description": "An OpenID Connect (OIDC) authentication manager (OP, RP and RS) for decentralized peer-to-peer authentication",
5
"main": "./src/index.js",
6
"scripts": {
@@ -38,8 +38,8 @@
38
},
39
"homepage": "https://github.com/solid/oidc-auth-manager",
40
"dependencies": {
41
- "@solid/oidc-op": "^0.5.0",
42
- "@solid/oidc-rs": "^0.3.2",
+ "@solid/oidc-op": "^0.7.0",
+ "@solid/oidc-rs": "^0.5.0",
43
"@solid/solid-multi-rp-client": "^0.4.3",
44
"ajv": "^5.5.2",
45
"bcryptjs": "^2.4.3",
0 commit comments