Skip to content

Commit

Permalink
fix: unauthenticated requests after x minutes (#450)
Browse files Browse the repository at this point in the history
* fix: updated client-authn and css WIP

* test: fixed jest issues

* chore: removed log
  • Loading branch information
lem-onade authored Aug 30, 2021
1 parent b459946 commit 9d7e163
Show file tree
Hide file tree
Showing 40 changed files with 1,797 additions and 3,968 deletions.
670 changes: 266 additions & 404 deletions packages/solid-crs-client/package-lock.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions packages/solid-crs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@
},
"dependencies": {
"@inrupt/solid-client": "1.6.1",
"@inrupt/solid-client-authn-browser": "1.8.0",
"rxjs": "^6.6.7"
"@inrupt/solid-client-authn-browser": "1.11.2",
"@peculiar/webcrypto": "^1.1.7",
"buffer": "^6.0.3",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"rxjs": "^6.6.7",
"stream-browserify": "^3.0.0",
"util": "^0.12.4"
}
}
Loading

0 comments on commit 9d7e163

Please sign in to comment.