Support for OAuth 2.0 (#5)

This commit is contained in:
Gregory Schier
2025-01-26 13:32:17 -08:00
committed by GitHub
parent d142966d0c
commit 252d23bb0e
17 changed files with 855 additions and 52 deletions

16
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"plugins/*"
],
"dependencies": {
"@yaakapp/api": "^0.3.4"
"@yaakapp/api": "^0.4.0"
},
"devDependencies": {
"@types/node": "^22.7.4",
@@ -930,9 +930,9 @@
}
},
"node_modules/@yaakapp/api": {
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.3.4.tgz",
"integrity": "sha512-Yx0wigj+Re8cnYM1PJijTisRIL8jFeK50nJ66Hiv/OxPhX2QjqDWmOXGZ3TsRU9NB41JM74O1OfafRMhfeSUMw==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.4.0.tgz",
"integrity": "sha512-F5yw9lxqomNtcYw0HtQvtWuKrOsXF7sD843zChaLMIY28gGkBpRJW9yO9D9h8AmG15oB87od3QHyW+fIFAsYxQ==",
"dependencies": {
"@types/node": "^22.5.4"
}
@@ -949,6 +949,10 @@
"resolved": "plugins/auth-jwt",
"link": true
},
"node_modules/@yaakapp/auth-oauth2": {
"resolved": "plugins/auth-oauth2",
"link": true
},
"node_modules/@yaakapp/exporter-curl": {
"resolved": "plugins/exporter-curl",
"link": true
@@ -7131,6 +7135,10 @@
"@types/jsonwebtoken": "^9.0.7"
}
},
"plugins/auth-oauth2": {
"name": "@yaakapp/auth-oauth2",
"version": "0.0.1"
},
"plugins/exporter-curl": {
"name": "@yaakapp/exporter-curl",
"version": "0.0.1"