Commit Graph
481 Commits
Author SHA1 Message Date
a1a6ae4eb4 docs: hide method/url from server-only API documentation (#7318)
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-12 20:36:59 -08:00
TaesuandGitHub 4bb52e1bae docs: correct sequenzy-better-auth community plugin link (#7289) 2026-01-12 04:10:53 -08:00
14947c20b4 docs: add Sequenzy to community plugins (#7266)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 14:51:06 -08:00
TaesuandGitHub 20c21edaf4 docs: improve accessibility (#7253) 2026-01-11 16:37:55 +09:00
TaesuandGitHub b930ca61c9 docs: fix SVG attributes and fumadocs type imports (#7192) 2026-01-08 15:19:27 +09:00
85e6dcd5f8 chore: bump fumadocs (#7106)
Co-authored-by: Taesu <bytaesu@gmail.com>
2026-01-06 12:53:55 +08:00
3a76b6e43b docs: improve sidebar content filtering and simplify CodeBlockTabs ren… (#7109)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-04 02:03:44 +08:00
Bereket Engida c8110d8881 Revert "docs: bump fumadocs (#7101)"
This reverts commit 0fda455ce5.
2026-01-02 11:16:35 -08:00
Fuma NamaandGitHub 0fda455ce5 docs: bump fumadocs (#7101) 2026-01-02 10:44:34 -08:00
Abdur RahmanandGitHub e11f233f89 docs: prevent sending empty message in AI chat (#7081) 2026-01-02 14:28:43 +08:00
TaesuandGitHub 80bcf78841 docs: switch to default logo (#7086) 2026-01-02 14:21:57 +08:00
TaesuandGitHub 16ce94bde2 docs: add gradient mask image for TOCScrollArea (#7032) 2025-12-30 13:56:14 +08:00
TaesuandGitHub 69c582faef docs: improve community plugins page (#7031) 2025-12-28 22:58:50 -08:00
TaesuandGitHub 720dcfcd6d docs: add payments section (#7030) 2025-12-28 22:57:03 -08:00
Alex Yang e8458c47df Reapply "docs: add Commet plugin documentation (#6827)"
This reverts commit 380d4c7cae.
2025-12-26 14:46:00 +08:00
Alex YangGitHubcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
cd5cdf4168 docs: use data table for community plugin list (#6953)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-24 23:38:15 +08:00
Alex Yang 380d4c7cae Revert "docs: add Commet plugin documentation (#6827)"
This reverts commit 0ca1431fc6.
2025-12-23 23:42:46 +08:00
0ca1431fc6 docs: add Commet plugin documentation (#6827)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-12-23 17:39:03 +08:00
TaesuandGitHub 2bf224cad8 docs: correct OAuth Provider sidebar icon color (#6935) 2025-12-23 11:08:36 +08:00
Dylan VanmaliandGitHub 686fba4e11 feat(oauth-provider): an oauth 2.1 compliant plugin (#4163)
An upgrade to oidc-provider plugin that makes it oauth2.1 compliant and has a configuration that is secure by default.

Plans for the deprecation of oidc-provider plugin due to many inherent flaws in its design. Internally, plugin functions now share logic, providing for better future extensibility if new code_grants need to be written or user/client jwt or opaque tokens need to be written. Furthermore, as an oAuth 2.1 provider, it provides logic valid for an MCP server. When using the scope "openid" (optional, enabled by default), the server acts like an OpenId server able to issue id tokens and provides a /userinfo endpoint.

Features

OAuth 2.1 by default
Properly supports authorization_code, refresh_token, and client_credentials grants
PKCE by default (removes plain completely)
Public and confidential client registration
JWT plugin is required by default, but can be disabled using disableJWTPlugin flag
Access tokens can now be received in JWT verifiable format using the resource parameter (ie JWT aud field)
Id tokens are still verifiable by JWKS when using JWT Plugin, or clientSecret if disabled. Fixes issue to prevent public clients when disableJWTPlugin: true from obtaining id tokens directly even when they shouldn't be allowed an id token and should use /userinfo instead.
Protects /userinfo with scope check
Separates Refresh Token and Access token on database schema to allow multiple access tokens per refresh and multiple refresh tokens per login session.
oauthAccessToken strictly deals with opaque tokens
Opaque tokens are given only when resource parameter (aka audience) is not provided
Option to Encode and Decode refresh tokens
allowDynamicClientRegistration with allowUnauthenticatedClientRegistration flags
Separation of default expiration times
Proper creation of public and confidential clients
Prevents misconfiguration between .well-known/openid-configuration endpoint and plugin settings
scopeExpirations to assign scopes specific expiration
Custom claims through separated functions: customAccessTokenClaims, customIdTokenClaims, and customUserInfoClaims
Organizational support through activeOrganizationalId on a session such as through the organizational plugin. Attaches to oAuthClient via reference_id.
Rp-initiated logout
Account Selection via prompt=select_account.
Account Creation via prompt=create.
Prompt combinations prompt=select_account+consent and prompt=login+consent

Docs available at https://www.better-auth.com/docs/plugins/oauth-provider (pr: https://github.com/better-auth/better-auth/blob/main/docs/content/docs/plugins/oauth-provider.mdx)
2025-12-22 11:16:42 -08:00
TaesuandGitHub 9ffaa0f628 docs: fix AI chat code formatting issue (#6869) 2025-12-19 13:26:44 +08:00
TaesuandGitHub 9952a78bbf docs: update logo for Christmas (#6806) 2025-12-17 17:14:07 -08:00
TaesuandGitHub 461ff3c9db docs: use actual logo colors for migration guide section (#6676) 2025-12-11 11:10:04 +09:00
Jonathan SaminesandGitHub 9233783428 chore: remove unused variables (#6647) 2025-12-09 13:51:35 -08:00
d57572d962 docs: add WorkOS migration guide (#6577)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-12-08 14:18:55 -08:00
TaesuGitHubcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
fdd386eabc docs: improve ThemeToggle component and header layout (#6451)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-08 13:59:50 -08:00
Joél SolanoandGitHub 23cc8d9624 docs: fix layout (#6612) 2025-12-08 09:07:23 -08:00
Bereket EngidaGitHubcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2c4d04d542 docs: add enterprise page and form for support (#6607)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-08 01:45:48 -08:00
caykeyandGitHub 58e886c202 docs: correct spelling of 'Tiktok' to 'TikTok' (#6485) 2025-12-02 23:04:19 -08:00
ea4a1235d2 docs: adjust sidebar breakpoint to same as navbar (#6471)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-12-02 10:35:05 -08:00
Jonathan SaminesandGitHub fbe51c8f93 chore: add spell checker (#6319) 2025-12-01 10:33:38 -08:00
Bereket EngidaandGitHub 022ce29079 fix: return null early if userid isn't defined (#6418) 2025-11-29 22:47:12 -08:00
Bereket EngidaandGitHub 6d5e8a9338 docs: change theme toggle (#6416) 2025-11-29 21:43:39 -08:00
TaesuandGitHub 0f97e281b4 docs: adjust social provider icon sizes and alignment (#6347) 2025-11-27 09:12:17 -08:00
TaesuandGitHub a4d200d8ea docs: cleanup new badge (#6337) 2025-11-26 17:53:47 -08:00
Ana TrajkovskaandGitHub 3ed454b257 feat: Add Vercel as OAuth provider (#6316) 2025-11-26 16:22:02 +00:00
Joél SolanoandGitHub 8c8c5adf39 docs(fix): navbar overflowing at certain viewport (#6279) 2025-11-24 18:04:06 -08:00
04936e128f docs: updated og image and add merch link to community section (#6251)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
Co-authored-by: Maxwell Weru <1645026+mburumaxwell@users.noreply.github.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Slava Yultyyev <yultyyev@gmail.com>
Co-authored-by: Joél Solano <joelsolano@jsolano.de>
2025-11-23 20:35:38 -08:00
MaxwellandGitHub a41365ad0f chore(docs): fix ask ai query param (#6221) 2025-11-22 14:01:25 -08:00
MaxwellandGitHub 53b8f7e0a2 docs: add new badge to SCIM (#6205) 2025-11-22 08:10:56 -08:00
Jonathan SaminesandGitHub ffa29ee573 feat: adding support for SCIM provisioning (#5685) 2025-11-21 16:52:12 -08:00
Harry YepandGitHub 6351811ac4 feat(docs): adding missing auth & colour in builder (#5982) 2025-11-20 20:31:07 +00:00
TaesuandGitHub 48c1e9cb19 docs: rewrite Auth.js migration guide (#6076) 2025-11-19 18:54:59 +00:00
Jonathan SaminesandGitHub 57ee11a26f chore(lint): enforce consistent import type style (#6044) 2025-11-17 21:11:39 +00:00
3d64181efd docs: resolve ai chat scroll issue (#6043)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-17 18:23:11 +00:00
TaesuandGitHub 9698ca1465 docs: adjust dodopayments icon color (#6010) 2025-11-15 21:12:57 +00:00
3715eb7073 chore: improve zod imports tree shaking (#5995)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-11-15 21:06:01 +00:00
TaesuandGitHub 548da434d0 docs: add bottom margin to TOC (#6011) 2025-11-15 20:45:55 +00:00
Bereket EngidaandGitHub 31cb70c7e9 docs: update sidebar content order (#5923) 2025-11-11 19:30:07 -08:00
Alex YangandGitHub 46dd430367 docs: fix build issue (#5921) 2025-11-12 01:26:05 +00:00