Commit Graph

2402 Commits

Author SHA1 Message Date
Bereket Engida
71cb49bf6a chore: release v1.2.0-beta.3 v1.2.0-beta.3 2025-02-12 12:45:48 +03:00
Bereket Engida
d7952ff9be chore: release v1.2.0-beta.2 v1.2.0-beta.2 2025-02-11 19:54:07 +03:00
Bereket Engida
46dfc078c0 feat: move to better call version 1 (#1402) 2025-02-11 16:02:57 +03:00
Bereket Engida
0e6ac8416c Merge branch 'main' into v1.2 2025-02-11 15:55:01 +03:00
Bereket Engida
04b8d2d373 chore: release v1.1.17 v1.1.17 2025-02-11 13:32:49 +03:00
Bereket Engida
964864576d docs: update nuxt integration example to correct auth import path 2025-02-11 13:03:13 +03:00
Ramadan Omar
7736be2a9c a11y: show scrollbar (#1390) 2025-02-11 11:02:56 +03:00
Bereket Engida
c8bf5047b0 docs: update svelte examples 2025-02-11 08:39:55 +03:00
Bereket Engida
576a7b11fd chore: release v1.1.17-beta.5 v1.1.17-beta.5 2025-02-10 22:46:33 +03:00
Bereket Engida
3d1b3869d6 chore: release v1.1.17-beta.4 2025-02-10 22:46:18 +03:00
henry-yu-lb
646d20f1a9 docs: fix syntax error (#1399) 2025-02-10 19:26:30 +03:00
Bereket Engida
c253b446cb fix(auth): update cookie handling in anonymous and multi-session plugins 2025-02-10 19:04:15 +03:00
Bereket Engida
762fef82eb chore: initalize response headers 2025-02-10 18:20:24 +03:00
Bereket Engida
4bf4fb0522 chore: reset headers on new context 2025-02-10 18:07:46 +03:00
Robi
24336fd5a5 docs: add svelte kit example (#1393)
* add example

add an example for loading user session in a .server.ts file without sveltekit being where the instance is hosted ( via the client )

* add event.locals method
2025-02-09 17:22:36 +03:00
Bereket Engida
ca0727a224 chore: release v1.1.17-beta.3 v1.1.17-beta.3 2025-02-08 11:18:39 +03:00
KinfeMichael Tariku
0794de2c71 fix(drizzle): drizzle with mysql update breaks on anything other than update by id(#1377)
---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-02-08 11:11:37 +03:00
Bereket Engida
90a487a6b5 fix(username): return email not verified instead of invalid email and password 2025-02-08 10:39:53 +03:00
Bereket Engida
aaa5c60a03 fix: allow partial returns from update hooks 2025-02-08 02:02:19 +03:00
Bereket Engida
93b26d4777 docs: improve basic usage guide 2025-02-07 17:56:02 +03:00
Philip Huynh
f4c89b8f5e docs: code highlight fix (#1376)
* fix code highlight

* revert
2025-02-07 10:52:00 +03:00
Baptiste Arnaud
b26a248970 fix: socialProvider return null if undefined (#1371) 2025-02-06 21:00:07 +03:00
Bereket Engida
9243529cc0 chore:lint 2025-02-06 15:10:29 +03:00
Alfan Jauhari
81936d756a fix(cli): wrong kysely schema filename (#1366)
Co-authored-by: Alfan Jauhari <alfan@zero-one-group.com>
2025-02-06 15:09:51 +03:00
Bereket Engida
15315b3be1 chore: add session change check on cookie cache test 2025-02-06 12:27:50 +03:00
Bereket Engida
2c40835531 chore: release v1.1.17-beta.2 v1.1.17-beta.2 2025-02-06 11:52:00 +03:00
Bereket Engida
2628b2f17c fix: update session cache on email verification 2025-02-06 11:51:51 +03:00
Bereket Engida
55c45c421a chore: release v1.1.17-beta.1 v1.1.17-beta.1 2025-02-06 11:15:49 +03:00
Bereket Engida
d7324038b5 chore: release v1.1.17-beta.1 2025-02-06 11:15:26 +03:00
Bereket Engida
d0f891d0a8 chore: release v1.1.17-beta.1 2025-02-06 11:15:20 +03:00
Bereket Engida
745f92932a fix: update user should use id as a reference 2025-02-06 11:15:20 +03:00
KinfeMichael Tariku
1ceed9c336 chore(cli): pkg info and utils on CLI tools (#1364)
---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-02-06 11:05:08 +03:00
Bereket Engida
628729ba80 docs: update introduction 2025-02-06 09:43:57 +03:00
Bereket Engida
10d04cb7c1 chore: release v1.1.16 v1.1.16 2025-02-06 00:37:32 +03:00
Bereket Engida
e18700e26c chore: release v1.1.16-beta.10 v1.1.16-beta.10 2025-02-06 00:35:58 +03:00
Bereket Engida
7ae340e2ed fix(security): santize query param on error page 2025-02-06 00:35:42 +03:00
Bereket Engida
4c2efc1b66 fix: make session table optional when secondary storage is provided 2025-02-06 00:35:42 +03:00
KinfeMichael Tariku
4748bcc498 fix(drizzle): drizzle adapter failing to return data on create and update when using mysql (#1358)
* fix: drizzle return id after mutation

* typo

* lint

* typo

* unwanted init var

* unwanted log

* flashing db

* logs

* test db url

* chore: comment

* lg

* lint

* pool and lint

* lock file
2025-02-05 23:54:50 +03:00
Bereket Engida
05afc42390 feat: add refetch function for all client hooks (#1206)
* feat: add refetch on client hooks

* docs: add refetch docs

* docs: add refetch docs
2025-02-05 22:09:52 +03:00
Bereket Engida
1608444afc chore: add sponsor link 2025-02-05 14:50:48 +03:00
Bereket Engida
2cb8005682 fix(anonymous): link account user and session type should be less strict 2025-02-05 14:50:48 +03:00
Tim Hjermitslev Gjøderum
7c49678531 docs: broken link (#1360)
Documentation was pointing to the outdated url: betterauth.com
2025-02-05 14:10:43 +03:00
Bereket Engida
a265c07198 Merge branch 'main' into v1.2 2025-02-05 10:20:03 +03:00
Bereket Engida
11739a9d6c fix(anonymous): link account user and session type should be less strict 2025-02-05 09:12:07 +03:00
Hysterelius
7ade31a1b5 docs: fix nuxt integration with useFetch (#1350)
useFetch needs an await attribute to be properly used
2025-02-04 21:17:07 +03:00
Bereket Engida
547677c843 chore: release v1.1.16-beta.9 v1.1.16-beta.9 2025-02-04 20:48:06 +03:00
Bereket Engida
6e659fd62d fix(anonymous): add sign-up route to linking matcher 2025-02-04 20:47:52 +03:00
Anton Begehr
e83c0ff2b4 fix: google IdToken auth issuer mismatch (#1351)
"The value of iss in the ID token is equal to accounts.google.com or https://accounts.google.com."

Source: https://developers.google.com/identity/gsi/web/guides/verify-google-id-token
2025-02-04 15:30:13 +03:00
Bereket Engida
51a1a0ad1f chore: release v1.1.16-beta.8 v1.1.16-beta.8 2025-02-04 13:47:54 +03:00
Bereket Engida
cb91d158ef fix(oidc): missing content type header on openId configuration endpoint 2025-02-04 11:08:22 +03:00