fix: some oauth2 need redirect_uri when get token (#643)

This commit is contained in:
Dream Hunter
2025-04-26 20:56:47 +08:00
committed by GitHub
parent 6051d49315
commit 327962432a
10 changed files with 162 additions and 161 deletions

View File

@@ -11,13 +11,13 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250423.0",
"@cloudflare/workers-types": "^4.20250424.0",
"@eslint/js": "9.18.0",
"@simplewebauthn/types": "10.0.0",
"eslint": "9.18.0",
"globals": "^15.15.0",
"typescript-eslint": "^8.31.0",
"wrangler": "^4.13.0"
"wrangler": "^4.13.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.787.0",
@@ -27,7 +27,7 @@
"jsonpath-plus": "^10.3.0",
"mimetext": "^3.0.27",
"postal-mime": "^2.4.3",
"resend": "^4.4.0",
"resend": "^4.4.1",
"telegraf": "4.16.3",
"worker-mailer": "^1.1.3"
},