Commit Graph

6584 Commits

Author SHA1 Message Date
Gautam Manchandani
a24761eb3b feat(organization): allow invited users to see organization name (#6602)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-07 22:50:44 -08:00
Alex Yang
0ca7df6914 chore: fix tsdown config (#6575) 2025-12-08 15:50:19 +09:00
Joél Solano
bbab37ae38 chore(admin): throw error on invalid adminRoles configuration (#6590) 2025-12-07 19:43:10 -08:00
renovate[bot]
67ab66d071 fix(deps): update dependency @react-email/components to v1 (#6600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-07 19:41:33 -08:00
Paola Estefanía de Campos
e8cc734db5 fix(sso): safely parse provider configs on registration (#6550)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-12-07 19:25:27 -08:00
renovate[bot]
c7bcab1c55 chore(deps): update github-actions (#6595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 12:20:32 +09:00
Maxwell
aed7ab3efe fix(adapter): add logger creation in adapter factory (#6597) 2025-12-08 12:18:02 +09:00
Maxwell
284351abcf docs(bearer): explain bearer requests requirements better (#6591) 2025-12-07 11:23:55 -08:00
Joél Solano
ba738464b9 chore(api-key): re-export types (#6574) 2025-12-06 21:40:13 -08:00
Bereket Engida
4d95452b03 chore: update better-call package version to 1.1.5 (#6578) 2025-12-06 19:02:57 -08:00
Bereket Engida
26b2b837a3 fix: make sure non-chunked session data cookie is cleared 2025-12-06 18:25:04 -08:00
Bereket Engida
b1ea1f520f docs: update convex guide callout (#6570) 2025-12-06 10:03:22 -08:00
Joél Solano
215431bb4f chore(organization): re-export schema types in client (#6566) 2025-12-06 09:13:59 -08:00
Joél Solano
6e614eeb7f fix(admin): clear admin session cookie on stopImpersonating (#6568) 2025-12-06 09:13:28 -08:00
Duki
45cf48462e fix: prematurely deleting active sessions in secondary storage (#3885) 2025-12-06 08:13:50 -08:00
Alex Yang
c79b6e3aae chore: bump devDependencies (#6562) 2025-12-06 18:44:23 +09:00
Alex Yang
0ef0a1351b chore: fix types in package.json (#6560) 2025-12-06 18:22:17 +09:00
Alex Yang
3c6bed53c6 chore: update repository URLs in package.json (#6561) 2025-12-06 18:22:05 +09:00
Dylan Vanmali
7d5f12b1f9 feat: drizzle pg supports JSON (#6518) 2025-12-06 16:50:37 +09:00
Bereket Engida
9f6b8e753d feat(oauth-proxy): add expirty timestamp for encrypted tokens (#6538)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-05 18:38:56 -08:00
Maxwell
5ce4d098fa fix(cli): deduplicate drizzle schema relationships (#6547) 2025-12-05 17:07:59 -08:00
Taesu
a7efc2aeb2 docs: correct API component usage (#6556) 2025-12-05 17:07:09 -08:00
Paola Estefanía de Campos
69db13bcce fix(saml): enforce trusted provider check (#6551) 2025-12-05 15:35:27 -08:00
Gautam Manchandani
2495956502 docs: clarify createOrganization behavior regarding userId and session headers (#6526) 2025-12-05 08:13:21 -08:00
Gautam Manchandani
6066fdea8f fix(openapi): mark /get-session response as nullable (#6540) 2025-12-05 08:12:40 -08:00
Jonathan Samines
5436b95ada chore: remove unused exports and export types (#6513) 2025-12-04 22:30:15 -08:00
Bereket Engida
5327886f13 chore: release v1.4.6-beta.3 v1.4.6-beta.3 2025-12-04 18:57:19 -08:00
Bereket Engida
9228c9e113 fix: pathname should be normalized when basePath is set to root 2025-12-04 18:57:01 -08:00
Alex Yang
5569af919d chore: async local storage fallback for convex (#6534) 2025-12-04 17:00:15 -08:00
Alex Yang
64548d6331 docs: update README.md 2025-12-04 13:30:27 -08:00
Daniel Finke
dd551c9262 docs(jwt): remove JWT adapter getLatestKey (#6511) 2025-12-04 13:30:08 -08:00
Jonathan Samines
868504f2c2 chore: hoist endpoint schemas (#6283)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-12-04 12:48:10 -08:00
Jonathan Samines
d09c580bcb feat: add ctx.isTrustedDomain helper (#6462) 2025-12-04 12:45:10 -08:00
Alex Yang
a2b2f60f0f chore: bump tsdown (#6532) 2025-12-04 10:52:58 -08:00
Josef Zoller
088db0b5c1 fix(core): allow returning null in getUserInfo in provider options (#6528) 2025-12-04 10:33:06 -08:00
Joél Solano
fa78dcb3fb chore(passkey): re-export necessary types in client (#6523) 2025-12-04 06:01:24 -08:00
Alex Yang
f2fb95b8ff chore: bump msw (#6517) 2025-12-03 21:38:11 -08:00
Alex Yang
47044905d4 chore(cli): reduce better-auth imports (#6507) 2025-12-03 21:17:46 -08:00
Jonathan Samines
a1afa745c6 docs: update endpoints docs that require session (#6516) 2025-12-03 21:04:36 -08:00
Maxwell
2fc58d664f fix(oidc): compatibility with exact-optional-property (#6502) 2025-12-03 20:52:26 -08:00
Maxwell
fe1faa4bcb chore: improve adapter tests CI (#6464) 2025-12-03 19:46:08 -08:00
Alex Yang
61a74100bd chore: bump react (#6508) 2025-12-03 16:14:22 -08:00
Alex Yang
ed68935e5d refactor: move capitalizeFirstLetter to core (#6506) 2025-12-03 15:21:03 -08:00
Alex Yang
04ccc5e0e7 chore: cleanup prisma deps (#6505) 2025-12-03 14:50:17 -08:00
Maxwell
3729ec4cdf chore: more unit tests for api-key (#6499) 2025-12-03 13:45:39 -08:00
Alex Yang
dd2545d634 fix(cli): secret generates empty (#6504) 2025-12-03 13:40:32 -08:00
Gautam Manchandani
843083fdff test: fix regression test for generateId: false scenario (#6493) 2025-12-03 13:32:22 -08:00
renovate[bot]
4ec317655d fix(deps): update dependency next to v16.0.7 [security] (#6501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 13:31:13 -08:00
Pedro Figueiredo
8efd5cdb05 fix: export organization plugin types (#6490) 2025-12-03 09:38:51 -08:00
OrcDev
6276a740a7 docs: add middleware section for TanStack Start (#6495) 2025-12-03 09:36:38 -08:00