Skip to content

Commit

Permalink
feat: HMAC validation (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Ilias Elbarnoussi <[email protected]>
  • Loading branch information
IliasElbarnoussi committed May 30, 2024
1 parent b8a348a commit d17cd28
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 503 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"@hey-api/openapi-ts": "^0.45.0",
"@noble/hashes": "^1.4.0",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.37.0",
"@types/node": "^20.12.6",
"tsx": "^4.7.2"
"tsx": "^4.7.2",
"typescript": "~5.4.5"
}
}
Loading

0 comments on commit d17cd28

Please sign in to comment.