feat: use current @better-auth/oauth-provider (drop deprecated oidc-provider)
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user