Skip to content

Commit

Permalink
feat: added endpoint to "elevate" permissions using webauthn (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop authored Feb 2, 2024
1 parent 8d45497 commit 93abd35
Show file tree
Hide file tree
Showing 15 changed files with 1,012 additions and 704 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-pumpkins-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hasura-auth': minor
---

feat: added endpoint to "elevate" permissions using webauthn
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"dependencies": {
"@djgrant/postgres-migrations": "4.1.0-rc.1",
"@simplewebauthn/server": "^5.4.5",
"@simplewebauthn/server": "^7.2.0",
"axios": "^1.6.5",
"bcryptjs": "^2.4.3",
"body-parser": "1.19.0",
"compare-urls": "^2.0.0",
"cors": "2.8.5",
"dot-prop": "^6.0.1",
"dotenv": "8.2.0",
"email-templates": "^10.0.1",
"email-templates": "^11.1.1",
"email-validator": "^2.0.4",
"express": "4.17.1",
"express-jsdoc-swagger": "^1.8.0",
Expand All @@ -53,11 +53,12 @@
"json-to-graphql-query": "^2.2.5",
"jsonata": "^1.8.6",
"jsonwebtoken": "^9.0.2",
"jsrsasign": "11.0.0",
"libphonenumber-js": "^1.10.53",
"micromatch": "^4.0.5",
"nocache": "^2.1.0",
"node-fetch": "^2.7.0",
"nodemailer": "6.9.3",
"nodemailer": "6.9.9",
"otplib": "12.0.1",
"pascal-case": "^3.1.2",
"pg": "^8.11.3",
Expand All @@ -78,6 +79,7 @@
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@simplewebauthn/types": "^9.0.0",
"@simplewebauthn/typescript-types": "^5.4.0",
"@types/bcryptjs": "^2.4.6",
"@types/body-parser": "1.19.0",
Expand All @@ -95,7 +97,7 @@
"@types/micromatch": "^4.0.6",
"@types/node": "^17.0.45",
"@types/node-fetch": "^2.6.10",
"@types/nodemailer": "6.4.0",
"@types/nodemailer": "6.4.14",
"@types/pg": "^7.14.11",
"@types/qrcode": "1.3.4",
"@types/random-number-csprng": "^1.0.2",
Expand Down
Loading

0 comments on commit 93abd35

Please sign in to comment.