2119 Commits

Author SHA1 Message Date
Bereket Engida
8a77c7a5b8 chore: release v1.1.5 v1.1.5 2024-12-30 09:41:08 +03:00
Bereket Engida
0de8770b47 chore: fix test imports 2024-12-30 09:37:07 +03:00
Bereket Engida
ceea542d42 fix: throw error in multiple resource permission checks 2024-12-29 23:12:58 +03:00
Bereket Engida
6ab16893b1 fix: disallow the creator role as a possible invitation role for all inviter roles other than itself 2024-12-29 22:25:48 +03:00
Can Stand
00996b994e fix(passkey): user verification shouldn't be required on passkey registration (#1053)
similar to #332
2024-12-28 23:20:53 +03:00
Thomas Ghysels
b1f12392e7 docs: add missing await in basic example (#1055) 2024-12-28 23:20:12 +03:00
tt
909d4946c8 docs: updating function call parameters (#1052) 2024-12-28 11:32:00 +03:00
reslear
baf53d7226 docs: add warn for node express.json() before install (#1045) 2024-12-28 10:22:10 +03:00
reslear
af4f1e3815 docs: correct typescript example for types (#1048) 2024-12-28 10:21:38 +03:00
reslear
19e1420fa9 docs: redis information (#1047) 2024-12-28 10:21:24 +03:00
reslear
ad8835b903 doc: correct mongodb example (#1044)
* doc: correct mongodb example

* Update database.mdx
2024-12-28 10:20:49 +03:00
reslear
ba153fdee9 docs: update vue client example (#1040)
* docs: update vue client example

* Update client.mdx
2024-12-27 21:04:00 +03:00
Bereket Engida
2ba021e8e3 docs: imporve hooks docs 2024-12-27 12:34:08 +03:00
Konstantin
2c81db93be docs: fix birthday comparison (#1029) 2024-12-27 09:19:22 +03:00
Bereket Engida
717134fe75 fix(email-otp): it shouldn't send email if user doesn't exist on forget password (#1034) 2024-12-27 09:18:35 +03:00
Bereket Engida
2b68569921 fix: upgrade better-auth utils and use subtle from better-auth utils (#1021) 2024-12-27 08:06:04 +03:00
Bereket Engida
f9fdf3b547 fix(email-otp): apply user configration for expiresIn properly (#1033) 2024-12-27 08:05:39 +03:00
Bereket Engida
5a7af5f574 chore: release v1.1.4 v1.1.4 2024-12-27 07:40:48 +03:00
Bereket Engida
d5b8206d8b docs: update email otp api 2024-12-27 07:38:45 +03:00
Horatio Wang
3efa62c954 chore: missing and duplicate exports (#1031) 2024-12-27 07:21:52 +03:00
panteliselef
7eb056f90f chore: remove duplicate passkey export (#1026) 2024-12-26 21:26:25 +03:00
Bereket Engida
377ddf3054 docs: update admin docs 2024-12-26 20:16:06 +03:00
Bereket Engida
9c1c5fb2b1 chore: release v1.1.4-beta.2 v1.1.4-beta.2 2024-12-26 18:45:04 +03:00
Bereket Engida
ef2ff4ce56 fix(expo): local session cache should be scopped (#1020) 2024-12-26 18:44:16 +03:00
ninomae
8b14725c84 docs: fix typo (#1024) 2024-12-26 16:13:01 +03:00
Bereket Engida
78b6bfe9bd fix(vue): auth path should account for double slash on ssr 2024-12-25 13:19:31 +03:00
Bereket Engida
bfc8f15aad fix(drizzle): default to snake-case (#1012) 2024-12-24 13:04:14 +03:00
Bereket Engida
290291d4c2 chore: upgrade zod 2024-12-24 12:07:43 +03:00
Bereket Engida
d27881e516 fix(email-otp): reset password should create credential account 2024-12-24 09:55:04 +03:00
Bereket Engida
ee5cc5d1b9 docs: fix mongodb adapter example 2024-12-24 09:27:50 +03:00
Bereket Engida
05f6bb9f9e chore: release v1.1.4-beta.1 v1.1.4-beta.1 2024-12-24 07:46:54 +03:00
Bereket Engida
91b1fd0bd8 chore: export zod types 2024-12-24 07:46:42 +03:00
Bereket Engida
73c98e50b9 chore: release v1.1.3 v1.1.3 2024-12-24 00:30:39 +03:00
Bereket Engida
950969c991 fix: secondary storage should return modified value (#995) 2024-12-23 22:47:17 +03:00
Bereket Engida
2885dc263d feat: support building type declaration with tsc (#1005) 2024-12-23 21:52:10 +03:00
Bereket Engida
a71e9f2e3f fix: create a new session on email verification if current session email doesn't match 2024-12-23 21:51:08 +03:00
Ted
1c3cf20389 docs: fix code example typo (#1003) 2024-12-23 21:41:06 +03:00
Aryan Prince
424fb3d728 docs: fix minor typo (#1002) 2024-12-23 16:28:59 +03:00
Bereket Engida
a3e9415966 chore: update snapshot 2024-12-23 16:19:06 +03:00
Ted
f4569aaa80 docs: gender neutral in docs (#1000) 2024-12-23 15:45:57 +03:00
Bereket Engida
d377fd9698 chore: release v1.1.3-beta.6 v1.1.3-beta.6 2024-12-23 15:44:01 +03:00
Bereket Engida
59c1e5a48a fix: default to 1 day for session freshness 2024-12-23 15:43:36 +03:00
Bereket Engida
a9b7c74c61 chore: upgrade better auth utils 2024-12-23 15:42:41 +03:00
Bereket Engida
cea95a2632 chore: add sign-in after verification test 2024-12-23 14:36:54 +03:00
Ted
19504bc865 docs: improve the hooks section (#999)
* fix(docs): add imports for clarity

* fix(docs): ctx.response not real, rather ctx.responseHeader.set
2024-12-23 14:36:41 +03:00
Bereket Engida
39336f6029 chore: upgrade simpewebauthn (#997)
* chore: upgrade simpewebauthn

* chore: upgrade simpewebauthn
2024-12-23 14:36:07 +03:00
Bereket Engida
53004fe017 docs: fix next middleware session example 2024-12-23 11:51:43 +03:00
Bereket Engida
54e666c651 chore: release v1.1.2 v1.1.2 2024-12-23 09:17:23 +03:00
Bereket Engida
8b37272be7 fix: send email on signUp if email verification is required 2024-12-23 09:17:18 +03:00
Bereket Engida
bb2ef5002e fix: secondary storage should use the value after hooks have been evaluated (#994) 2024-12-23 09:08:49 +03:00