Commit Graph

3701 Commits

Author SHA1 Message Date
Alex Yang
6d625f7363 chore(demo): fix import (#7310) 2026-01-12 15:19:32 -08:00
Alex Yang
244e4142f7 chore: release v1.5.0-beta.5 2026-01-12 12:11:24 -08:00
Alex Yang
7ab73b1c08 refactor(core): split utils into small files (#7288) 2026-01-12 10:57:51 -08:00
Jonathan Samines
82be02b205 chore: fix filter server api type (#7294) 2026-01-12 09:56:05 -08:00
Maxwell
1dcd9d2259 fix(anonymous): define delete-anonymous-user path method (#7296) 2026-01-13 03:52:06 +10:00
Taesu
69c9c790db feat(oauth): add custom authorizationEndpoint option (#6962)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 09:08:10 -08:00
Rayan Pal
884d4f943a fix(session): prevent duplicate tokens in active sessions list (#7285)
Co-authored-by: Taesu <bytaesu@gmail.com>
Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-12 04:22:06 -08:00
Alex Yang
4c897d19d2 chore: bump dev deps (#7287) 2026-01-12 03:36:24 -08:00
Alex Yang
23ac747b72 chore: release v1.5.0-beta.4 2026-01-12 02:47:34 -08:00
Rayan Pal
3071c2e62d fix(two-factor): add missing POST endpoints to client pathMethods (#7284) 2026-01-12 01:49:22 -08:00
amrnt
67e5d2a825 feat(organization): Add function support to membershipLimit option in organization plugin (#6786)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2026-01-11 14:49:52 -08:00
Wonsuk Choi
b35a860af8 chore: add --coverage.provider=istanbul to coverage script (#7262) 2026-01-11 10:55:54 -08:00
Maxwell
f81fe671ea fix(api-key): log key verification errors (#7174)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-11 10:28:12 -08:00
Paola Estefanía de Campos
5989c12611 fix(core): separate CSRF and origin checks (#7204)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-10 16:27:54 -08:00
Harry Yep
9c95bcda1c fix(two-factor): prisma issue (#5347)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
Co-authored-by: ping-maxwell <maxwell.multinite@gmail.com>
2026-01-10 10:46:46 -08:00
Yanqi Zong
0fb6e01063 fix(api-key): remove double stringify/parse of metadata field (#7076)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-10 10:18:16 -08:00
dependabot[bot]
272e3a3612 chore(deps): bump @modelcontextprotocol/sdk from 1.25.1 to 1.25.2 (#7175)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-10 06:49:50 -08:00
Muzzaiyyan Hussain
78d1a06d85 docs: clarify MongoDB adapter transaction default behavior (#7241) 2026-01-10 02:24:21 -08:00
Alex Yang
ec50ee27b4 chore: release v1.5.0-beta.3 2026-01-10 02:10:36 -08:00
Taesu
cd2ea4cd21 fix(oauth): set account cookie on re-login when updateAccountOnSignIn is false (#7217) 2026-01-10 00:49:07 -08:00
Paola Estefanía de Campos
d2a7adf5e8 fix(oauth-provider): properly handle metadata field in client registration (#7232) 2026-01-09 17:57:36 -08:00
Dylan Vanmali
98ea603b64 chore: op plugin test fail (#7225) 2026-01-09 11:51:53 -08:00
Taesu
f869c4874b fix: use accountId instead of id when looking up accounts (#7216) 2026-01-08 21:36:23 -08:00
Paola Estefanía de Campos
a0f4ff1ea2 fix(oauth): handle unencrypted tokens when encryptOAuthTokens is enabled (#7210) 2026-01-08 20:42:19 -08:00
Taesu
706a422f09 docs(one-tap): add missing option and update to clearer description (#7214)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-08 20:41:48 -08:00
Maxwell
d3c5de4a5f fix(email-verification): sending email verification of another user fails with EMAIL_ALREADY_VERIFIED (#7215) 2026-01-08 20:41:32 -08:00
Taesu
ca9dfd78e6 fix(one-tap): respect user dismiss actions in prompt retry logic (#7211) 2026-01-08 18:41:11 -08:00
Taesu
6ac030c3c5 chore: clean up unused import (#7212) 2026-01-09 11:40:26 +09:00
Maxwell
d7621ccaf5 fix(passkey): add error logs during client verification error (#7193) 2026-01-08 10:16:13 -08:00
Maxwell
870acfcd5c chore: fix missing AnonymousSession import (#7203) 2026-01-08 09:23:47 -08:00
Rodrigo Santos
bdd3062b30 fix(anonymous): prevent Convex cleanup from deleting fresh sessions (#5825)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2026-01-08 07:25:17 -08:00
Gautam Manchandani
064ee71b7f fix: set Location header on redirected responses (#6232)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2026-01-09 00:28:36 +10:00
Maxwell
2a80e02ad4 docs: document disableOriginCheck in options.mdx (#7199) 2026-01-08 23:42:20 +10:00
Maxwell
1a8466090e feat(anonymous): delete anonymous user endpoint (#6377) 2026-01-08 18:59:05 +10:00
Taesu
2221bbc76f fix(mcp): restore ctx.query from cookie in OAuth flow (#6974) 2026-01-08 15:29:55 +09:00
Gautam Manchandani
76a414cebb fix(api-key): remove strict length pre-check in verifyApiKey (#6259)
Signed-off-by: GautamBytes <manchandanigautam@gmail.com>
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2026-01-08 14:19:30 +08:00
Taesu
a84918e98e chore(cli): bump drizzle-orm (#7172) 2026-01-08 12:10:23 +09:00
Sergio Junior Castro Egurrola
801e5314c7 chore: make expo-network required and update expo docs content (#7179)
Co-authored-by: Taesu <bytaesu@gmail.com>
2026-01-08 10:53:54 +09:00
Muzzaiyyan Hussain
d727c1b72f fix(open-api): correctly infer type for ZodDefault fields (#7150)
Co-authored-by: Taesu <bytaesu@gmail.com>
2026-01-08 10:50:35 +09:00
Alex Yang
b057064e92 chore: tag onEmailVerification as deprecated (#7163) 2026-01-07 18:16:17 +08:00
Alex Yang
06f2bc078c chore(core): add deprecate API (#7162) 2026-01-07 16:27:34 +08:00
Maxwell
c56c581e66 fix: clean up expired rate-limit entries on memory storage (#7161) 2026-01-07 16:08:00 +08:00
Taesu
502a62bf75 fix: call hooks on change-email-verification flow (#7160) 2026-01-07 15:54:02 +08:00
Paola Estefanía de Campos
43a974cb9e chore(core): add hasPlugin API in AuthContext (#7157)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-07 15:32:52 +08:00
Alex Yang
91331a9607 chore(core): add BetterAuthPluginRegistry for type system (#7146) 2026-01-07 14:51:28 +08:00
Taesu
94a9570423 feat(stripe): enhance stripe plugin with organization customer support (#7142)
Co-authored-by: Cmion <Cmion@users.noreply.github.com>
2026-01-07 10:28:36 +09:00
Alex Yang
ae077cb425 chore(oauth-provider): add NoInfer (#7148) 2026-01-06 21:04:58 +08:00
Alex Yang
748c82fd4c chore(core): add getPlugin API in AuthContext (#7145) 2026-01-06 16:57:24 +08:00
Muzzaiyyan Hussain
f44367e066 chore(mongodb-adapter): add MongoAdapterError (#6823)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-06 16:21:34 +08:00
Paola Estefanía de Campos
7c71d6b34b feat(saml): reject SAML responses containing multiple assertions (#6836)
Co-authored-by: Alexander Asomba <3323537+alexasomba@users.noreply.github.com>
2026-01-06 16:09:56 +08:00