better-auth-knowledge-patch

Solid

Better Auth

API & Backend 20 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
44
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Better Auth Knowledge Patch Use this skill when implementing, upgrading, debugging, or reviewing Better Auth applications. Start with the quick references below, then load the topic file that matches the task. ## Reference index | Reference | Topics | | --- | --- | | [agent-auth.md](references/agent-auth.md) | Agent Auth discovery, JWT profiles, grants, approvals, execution, SDK, CLI, and hardening | | [core-authentication.md](references/core-authentication.md) | Email/password, verification, account linking, social providers, usernames, and account deletion | | [data-model-and-adapters.md](references/data-model-and-adapters.md) | IDs, schema generation, joins, hooks, official adapters, D1, Drizzle, Kysely, SQLite, and PostgreSQL | | [framework-integrations.md](references/framework-integrations.md) | Convex, Electron, Encore, Expo, Express, Lynx, NestJS, Next.js, SvelteKit, TanStack Start, Waku, and Workers | | [identity-and-utility-plugins.md](references/identity-and-utility-plugins.md) | Two-factor, passkeys, OTP, magic links, phone, API keys, anonymous, bearer, JWT, SIWE, captcha, One Tap, and utility plugins | | [infrastructure-and-observability.md](references/infrastructure-and-observability.md) | Managed infrastructure, audit logs, Sentinel, email/SMS, OpenTelemetry, background tasks, and request-state diagnostics | | [migration-guides.md](references/migration-guides.md) | Schema, package, endpoint, callback, hook, type, and plugin migrations | | [oauth-oidc-and-mc...

Details

Author
Nevaberry
Repository
Nevaberry/nevaberry-plugins
Created
6 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

authjs-knowledge-patch

Auth.js

20 Updated 1 weeks ago
Nevaberry
API & Backend Solid

better-auth

Better Auth integration guide for TypeScript/JavaScript authentication. Covers server/client configuration, database adapters, session management, plugins, OAuth, and scaffolding auth from scratch. Use when setting up authentication with Better Auth, configuring auth.ts, adding OAuth providers, or creating sign-in/sign-up flows.

25 Updated 1 weeks ago
georgekhananaev
API & Backend Listed

better-auth-setup

Production-ready Better Auth integration for fullstack projects. Covers both the backend (Bun + Hono + Drizzle + PostgreSQL) and the frontend reverse proxy architecture (Next.js, Cloudflare Workers, or any framework proxying auth requests to a separate backend). Sets up email/password auth, session cookies, OAuth providers (Google, GitHub), API key auth, organization/multi-tenant support, email verification, CORS, security headers, auth middleware, tenant context, proxy forwarding headers, dynamic baseURL with allowedHosts, cookie prefix handling, and test infrastructure — all in one pass with zero gotchas. Use this skill whenever setting up Better Auth, adding OAuth/social login, configuring a reverse proxy for auth, debugging redirect_uri_mismatch errors, fixing state_mismatch cookie issues, session cookies not persisting after OAuth callback, or when the user mentions Better Auth, OAuth proxy, auth setup, login, signup, session management, API keys, multi-tenant auth, or "session cookie not working".

2 Updated today
fysoul17