Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Dec 26, 2020
1 parent cccbe19 commit 0b4ca95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "ts-dpop",
"version": "0.2.8",
"description": "DPoP bound access tokens",
"version": "0.3.0",
"description": "Verifies Solid access tokens via their WebID claim, and thus asserts ownership of WebIDs.",
"license": "MIT",
"keywords": [
"DPoP",
"Token verification",
"Solid Identity",
"Access Token",
"DPoP",
"OAuth"
],
"author": "Matthieu Bosquet <[email protected]> (https://github.com/matthieubosquet/)",
Expand Down Expand Up @@ -37,11 +39,11 @@
},
"homepage": "https://github.com/matthieubosquet/ts-dpop#readme",
"devDependencies": {
"@solid/eslint-config-base": "^0.1.7",
"@solid/eslint-config-base": "^0.1.8",
"@tsconfig/node12": "^1.0.7",
"@types/jest": "^26.0.19",
"@types/lru-cache": "^5.1.0",
"@types/node": "^14.14.14",
"@types/node": "12.x",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"eslint": "^7.16.0",
Expand Down

0 comments on commit 0b4ca95

Please sign in to comment.