Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 0 additions & 58 deletions .claude/commands/audit-deps.md

This file was deleted.

85 changes: 0 additions & 85 deletions .claude/commands/branch-commit.md

This file was deleted.

136 changes: 0 additions & 136 deletions .claude/commands/pr.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude/references/GLOSSARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Helper that escapes `'` -> `''`, `%` -> `[%]`, `_` -> `[_]` before interpolating

## genericOAuth (aliases: generic OAuth plugin)

Better Auth plugin wiring arbitrary OIDC providers; configured with `providerId: "ministry-platform"`, OIDC discovery URL, `offline_access` + MP all scope, `pkce: false`, and `realm=realm` authorization param. Callback URL: `/api/auth/oauth2/callback/{providerId}`.
Better Auth plugin wiring arbitrary OIDC providers; configured with `providerId: "ministryplatform"`, OIDC discovery URL, `offline_access` + MP all scope, `pkce: false` (MP advertises `S256` in discovery but rejects the token exchange with `invalid_grant`), `disableIdTokenNonceBinding: true` (MP omits the claim), and `realm=realm` authorization param. As of Better Auth 1.7 it registers providers as first-class **social** providers, so the callback URL is the core `/api/auth/callback/{providerId}` — not the former `/api/auth/oauth2/callback/{providerId}`.

**Not to be confused with:** `client credentials flow` (server-to-server, no user).
**Defined in:** `src/lib/auth.ts:32`
Expand Down
Loading
Loading