This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cccbe19
commit 0b4ca95
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/)", | ||
|
@@ -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", | ||
|