Skip to content

Commit

Permalink
EdgeDB Auth: Express (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored Dec 15, 2023
1 parent e29d697 commit 7645820
Show file tree
Hide file tree
Showing 4 changed files with 1,019 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/auth-express/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "@edgedb/auth-express",
"description": "Helper library to integrate the EdgeDB Auth extension with Express",
"version": "0.1.0-beta.1",
"author": "EdgeDB <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/edgedb/edgedb-js.git",
"directory": "packages/auth-express"
},
"license": "Apache-2.0",
"sideEffects": false,
"files": [
"/dist"
],
"exports": {
"./*": "./dist/*/index.js"
},
"scripts": {
"build": "tsc --project tsconfig.json"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.8.4",
"edgedb": "^1.3.6",
"express": "^4.18.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"edgedb": "^1.3.6",
"express": "^4.18.2",
"cookie-parser": "^1.4.6"
},
"dependencies": {
"@edgedb/auth-core": "0.1.0-beta.1"
}
}
Loading

0 comments on commit 7645820

Please sign in to comment.