69 Commits

Author SHA1 Message Date
Alex Yang
317834036f chore: bump version (#5197) 2025-10-09 21:14:49 +00:00
Alex Yang
daa0469350 chore: bump pnpm (#5127) 2025-10-06 18:42:41 +00:00
Alex Yang
bf305ad731 chore: bump pnpm (#4996) 2025-09-30 12:41:42 -07:00
Bereket Engida
9818fb85ec chore: misc update 2025-09-29 18:02:21 -07:00
Alex Yang
dad381b5ce chore: typecheck using monorepo (#4920) 2025-09-26 07:50:41 +00:00
Alex Yang
fa12a008aa chore(docs): lint fix (#4827) 2025-09-22 23:42:14 +00:00
Alex Yang
6ea2357653 chore: bump dev deps (#4678) 2025-09-15 19:34:59 +00:00
Alex Yang
a22f65fdc3 chore: bump version (#4535) 2025-09-08 18:30:44 -07:00
Alex Yang
6353e3da02 e2e: integration test for solid-js (#4469)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-08 16:49:01 -07:00
Alex Yang
fe48928228 chore: remove unused deps (#4407) 2025-09-03 15:13:38 -07:00
renovate[bot]
e7c0b8b287 fix(deps): update all non-major dependencies (#3915)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-03 08:32:21 -07:00
renovate[bot]
3767d79fb9 chore(deps): update dependency bumpp to v10 (#4339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-03 08:21:36 -07:00
Alex Yang
02586f9e0b chore: bump version (#4345) 2025-09-01 13:23:28 -07:00
Alex Yang
c614c65aa5 test: init vanilla-node e2e (#4307) 2025-08-30 17:29:49 -07:00
Alex Yang
bf44d8ee8e chore: bump node.js & pnpm (#4289) 2025-08-28 13:22:48 -07:00
Alex Yang
37b0fe22e4 test: enable cloudflare smoke test (#4240) 2025-08-26 16:01:22 -07:00
Alex Yang
8c4165e958 test: init e2e/smoke (#4225) 2025-08-25 17:29:27 -07:00
Alex Yang
4b5d4baf59 fix: make zod as dependency (#4205) 2025-08-24 16:35:55 -07:00
Alex Yang
fc8a25abd0 feat: support node:sqlite (#3869) 2025-08-20 12:57:30 -07:00
Alex Yang
1959eb872e chore: bump biome (#4096) 2025-08-19 19:01:10 -07:00
Alex Yang
f04570a6d8 chore: bump vitest version (#3810)
* chore: bump vitest version

* cleanup the server
2025-08-05 16:00:44 -07:00
Alex Yang
575070f605 chore: bump biome (#3784) 2025-08-04 13:48:54 -07:00
Bereket Engida
ee63084a2e chore: remove changeset ci 2025-08-04 10:51:59 -07:00
Bereket Engida
af239b7879 chore: remove changeset and add contributing code of conduct 2025-08-02 13:01:02 -07:00
Alex Yang
5124b40283 chore: upgrade TypeScript version (#3748)
* chore: fix TypeScript to a correct version

* fixup! chore: fix TypeScript to a correct version

* chore: fix typecheck

---------

Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2025-08-02 10:18:55 -07:00
Fraol Lemecha
ac6baba2a0 chore: add changesets (#3557)
* chore: consistent package names

* chore: init changesets

* chore: update contribution doc to include generating a changeset

* chore: configure all better auth packages to always have the same version number

* chore: update nextjs demo package name

* chore(changesets): ignore all private packages

* chore(changesets): check for changesets in CI

* chore(changesets): install chagesets cli

* chore(changesets): use orgin as main

* chore(changesets): fix typo

* chore(changesets): check for changes since main in ci

* chore(changesets): check for changes since main in ci with the correct command

* chore(changesets): check against `origin/main`

* chore(changesets): checking for changesets should be the last action

* chore(changesets): run changelog check after stoping the docker containers

* chore(changesets): run changelog check after building

* chore(changesets): run changelog check after starting docker compose

* chore(changesets): run changelog check after linting

* chore(changesets): run changelog check after testing

* Revert "chore(changesets): run changelog check after testing"

This reverts commit 6dc000f78d30fa3622e37fc0d8699cc99ed868b6.

* chore: export siwe in better-auth/plugins (#3596)

The docs were using this import path, yet `siwe` wasn't exported there. This PR fixes this.

* chore: fix cookies test

* docs: make client-side vs. server-side explicit (#3603)

* docs: fix broken link to ERC-4361 in siwe docs (#3604)

* fix(jwt): ensure alg is added to the jwks when generating via /token endpoint (#3601)

* fix: Ensure alg is added to the jwks when generating via /token endpoint

* chore: resolve linting issues

* chore(example): fix SvelteKit example (#1742)

* refactor: upgrade Svelte, Vite and related packages

* refactor: replace no longer supported `body.callbackURL` with `onSuccess`

* fix: add missing `svelte-kit sync` on `prepare`

* fix: add missing `import`s

* chore(svelte-kit-example): show message & redirect to index after sign up

* chore: add npm script to migrate database

* doc: add more commands to set up

* chore: explicitly disable verification email on sign up

The example does not work if you set `sendOnSignUp: true` without setting up the email server.

* refactor(svelte-kit-example): add type for hooks

* chore(svelte-kit-example): redirect to sign in page if users open dashboard without log in

* chore: diable some rules for svelte-kit-example due to Biome's limited Svelte support

* style: fix format

* chore: update pnpm-lock.yaml

* chore: fix lock file

---------

Co-authored-by: Bereket Engida <Bekacru@gmail.com>

* fix: make sveltekit plugin ALS-agnostic (#3533)

* svelte cookie

* udpate

* update

* update

* update

* chore(cli): update zod to v4 (#3618)

* fix: correct typo in freeTrial variable name in Stripe integration

* chore: fix lock file

* chore: add changeset for typo fix in freeTrial

---------

Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
Co-authored-by: Justin <127172022+jl33-ai@users.noreply.github.com>
Co-authored-by: Elliott Minns <elliott.minns@pm.me>
Co-authored-by: Jumpei Ogawa <git@phanective.org>
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
2025-07-25 20:39:44 -07:00
Bereket Engida
f912702601 chore: fix ci test script 2025-04-11 09:54:01 +03:00
Bereket Engida
f6cad2b6db chore(deps): add concurrently package 2025-03-27 20:14:46 +03:00
Bereket Engida
b5f638ca45 docs: upgrade to tailwind v4, react 19, fuma docs 15 (#1735) 2025-03-08 19:33:31 +03:00
Bereket Engida
1a981ac3fc chore: update docs build script 2025-03-01 03:17:53 +03:00
Bereket Engida
44352d7414 chore: migrate from tsup to unbuild 2025-02-28 09:45:39 +03:00
Rahul Mishra
d7f66335f5 feat: add cloudflare worker basic tests (#1524)
* feat: add cloudflare worker basic tests

* chore: fix conflict

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-02-22 20:18:34 +03:00
Rahul Mishra
419a86a773 chore: fix type exports and sync dep versions to improve build times (#1528) 2025-02-21 16:26:50 +03:00
Bereket Engida
9f722a9a41 chore: increase NODE_OPTIONS memory limit for build scripts 2025-02-15 13:28:41 +03:00
Bereket Engida
bda473698f chore: override whatwg-url version 2024-12-09 00:37:45 +03:00
Bereket Engida
3678fa18bc chore: upgrade workspace deps 2024-12-07 11:39:22 +03:00
Bereket Engida
9fa33c9245 chore: release script 2024-11-19 18:45:26 +03:00
Bereket Engida
59ed3dd54e chore: release script 2024-11-19 18:38:11 +03:00
Bereket Engida
56cf649d07 test: add auth api tests 2024-11-03 13:01:36 +03:00
Bereket Engida
c4aa713ccc refactor: use origin headers check instead of tokens for csrf protection (#356) 2024-10-28 10:31:08 +03:00
Bereket Engida
a3d69b3e44 docs: fix typo 2024-10-27 09:01:27 +03:00
Bereket Engida
0211dfb562 fix: redirect middleware shouldn't check baseURL 2024-10-26 19:49:25 +03:00
Bereket Engida
11c69ea735 chore: fix release script 2024-10-23 00:54:25 +03:00
Elton Costa
18d05cbaf3 chore: cross env build script update (#260) 2024-10-22 09:28:45 +03:00
Bereket Engida
ccf48da4bf chore: fix tests 2024-10-22 08:47:35 +03:00
Bereket Engida
1dc6be3a9d fix: facbook missing picture 2024-10-21 23:02:46 +03:00
Bereket Engida
ab0d9cc309 feat: support useSession ssr for nuxt (#209) 2024-10-17 22:14:56 +03:00
Bereket Engida
2953fe882d refactor: move cli to it's own pacakge (#176)
* refactor

* cleanup and more refactor

* test: cli

* chore: release v0.4.9-beta.12

* feat: kysley generate and orm migrations

* chore: release v0.4.9-beta.13

* test: generate

* test: change test snapshot file

* docs

* chore: lint

* fix: test

* chore: release v0.4.9-beta.14

* chore: release v0.4.9
2024-10-15 16:35:14 +03:00
Bereket Engida
b145d78d6f feat: add onError and throw error options for APIError (#162) 2024-10-13 21:34:09 +03:00
Bereket Engida
6cdad06af4 chore: Jayllyz reduce deps (#151) 2024-10-12 13:41:42 +03:00