feat: use current @better-auth/oauth-provider (drop deprecated oidc-provider)
build / test (push) Successful in 7s
build / build (push) Successful in 14s

Current OAuth 2.1 provider plugin (versioned with core, 1.6.23). Bundles JWT
(access tokens verifiable at /jwks), DCR via /oauth2/register incl. unauthenticated
registration (MCP clients register before they have creds), skipConsent since
sign-in is the authorization for a personal connector.
This commit is contained in:
2026-07-05 16:38:57 -04:00
parent 8e67f1d4e2
commit 5532191ab5
3 changed files with 85 additions and 58 deletions
+1
View File
@@ -12,6 +12,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@better-auth/oauth-provider": "^1.6.23",
"better-auth": "^1.6.23",
"pg": "^8.13.1"
},