Bereket Engida
fdfd738eca
docs: fix system theme
2024-12-05 19:32:18 +03:00
Bereket Engida
60bb0394ed
feat: enable creating an organization on the server without a cookie
2024-12-05 18:48:12 +03:00
Bereket Engida
806974dfdc
chore: fix organization test
2024-12-05 18:32:54 +03:00
Bereket Engida
d1463bdf32
chore: release v1.0.11-beta.2
v1.0.11-beta.2
2024-12-05 18:15:23 +03:00
Bereket Engida
75f468d032
fix: remove unnecessary logging and error catching on signups
2024-12-05 18:15:16 +03:00
Bereket Engida
a533c2848d
chore: add a couple more tests
2024-12-05 18:15:16 +03:00
Multinite
3d971f41ba
docs(fix): removed random s letter. ( #763 )
2024-12-04 20:57:52 +03:00
Bereket Engida
690feed88a
chore: release v1.0.10
v1.0.10
2024-12-03 21:57:26 +03:00
Bereket Engida
b2ead1c49e
fix: handle wildcards better on trusted origin domains
2024-12-03 21:52:07 +03:00
Bereket Engida
66ec7dfef9
docs: separte custom rule in rate limit section
2024-12-03 21:41:54 +03:00
Bereket Engida
562a8accf9
feat: add wildcard and function support for custom rate limiter paths
...
- Added support for wildcard (`*`) in custom rate limiter paths.
- Custom rate limiter paths can now also be defined using functions.
- Updated special rules to demonstrate the usage of wildcard and function-based path matchers.
2024-12-03 21:39:23 +03:00
Bereket Engida
f2445e08ab
chore: release v1.0.10-beta.3
v1.0.10-beta.3
2024-12-03 21:11:27 +03:00
Bereket Engida
fd5d2961fb
fix: db startgey should be inferred properly for rate-limiter
2024-12-03 21:04:54 +03:00
Bereket Engida
af5ac9dd0d
fix: respsect custom storage for rate limiting
2024-12-03 20:48:47 +03:00
Bereket Engida
27c9b7fce5
chore: release v1.0.10-beta.2
v1.0.10-beta.2
2024-12-03 20:46:04 +03:00
Bereket Engida
0366937df0
fix(two-factor): failing on backup code verification ( #752 )
2024-12-03 20:45:38 +03:00
Bereket Engida
a1a5937069
fix(email-otp): should validate email input ( #751 )
2024-12-03 20:40:37 +03:00
Daanish
0d70919bf1
docs: changed the name of column webauthnUserID ( #748 )
2024-12-03 19:48:05 +03:00
Bereket Engida
80c643ae57
chore: update expo example
2024-12-03 19:38:19 +03:00
Bereket Engida
c2f758fa55
chore: release v1.0.10-beta.1
v1.0.10-beta.1
2024-12-03 18:26:18 +03:00
Bereket Engida
401fedea9f
chore: update better-call
2024-12-03 18:26:01 +03:00
Bereket Engida
83c63a9795
chore: release v1.0.9
v1.0.9
2024-12-03 16:56:03 +03:00
Bereket Engida
44e898fa2d
fix: allow trusted providers to accept generic string for generic oauth ( #746 )
2024-12-03 16:48:18 +03:00
Bereket Engida
9b71e506a2
docs(fix): light mode code block color theme glitch ( #745 )
2024-12-03 15:42:13 +03:00
Bereket Engida
a70fbd992f
feat(discord): add consent as an option ( #742 )
2024-12-03 14:54:12 +03:00
Bereket Engida
49bf67580d
fix: Update backup code to use updateMany since userId isn't enforced to be unique, which would cause failures with Prisma. ( #738 )
2024-12-03 13:41:34 +03:00
Bereket Engida
5a8243036d
feat: improve user delete handling
...
Introduces:
- Configuration for user deletion
- Disable user deletion by default
- Verification flow for deleting a user after they confirm their email
- beforeDelete and afterDelete Hooks
added docs: https://www.better-auth.com/docs/concepts/users-accounts#delete-user
2024-12-03 13:40:57 +03:00
Bereket Engida
575754fadf
chore: release v1.0.9-beta.7
v1.0.9-beta.7
2024-12-03 13:00:37 +03:00
Bereket Engida
070fcf48f5
fix: remove the existing session check when setting a session cookie to prevent unexpected token refresh.
2024-12-03 13:00:23 +03:00
Bereket Engida
bc08e25359
feat: OAuth map profile to user ( #731 )
2024-12-03 11:50:10 +03:00
Bereket Engida
16772440f5
chore: release v1.0.9-beta.6
v1.0.9-beta.6
2024-12-03 11:48:53 +03:00
Bereket Engida
48aad4a862
fix: add option to disbale refersh on getSession
2024-12-03 11:48:46 +03:00
Bereket Engida
584d799c4e
docs: improve installation guide and database configuration
2024-12-03 01:36:59 +03:00
Bereket Engida
e8e8edcc05
chroe: lint
2024-12-03 00:53:31 +03:00
Bereket Engida
0c243af55c
docs: improve changelog page
2024-12-03 00:46:14 +03:00
Bereket Engida
b400d722fd
chore: remove only test
2024-12-02 18:03:43 +03:00
Bereket Engida
6d72854f32
chore: remove dead code
2024-12-02 17:47:49 +03:00
Bereket Engida
d520ec30e7
chore: update session-api test
2024-12-02 17:47:38 +03:00
Bereket Engida
6ea3909225
docs: update references from client to authClient ( #728 )
2024-12-02 17:04:23 +03:00
Bereket Engida
02678a4f94
chore: fix types
2024-12-02 17:04:06 +03:00
Bereket Engida
97e22585fa
chore: lint
2024-12-02 16:53:53 +03:00
Bereket Engida
fb8fb25be2
docs: has permission on organization doesn't require roles ( #727 )
2024-12-02 16:42:24 +03:00
Bereket Engida
5539c0704a
chore: release v1.0.9-beta.5
v1.0.9-beta.5
2024-12-02 16:29:12 +03:00
Bereket Engida
04721a3888
chore: release v1.0.9-beta.4
2024-12-02 16:29:08 +03:00
Bereket Engida
7f300e61ea
fix: stop redirecting during id token auth
2024-12-02 16:29:08 +03:00
ramenha0141
451bcc3355
fix: save refreshToken in generic-oauth plugin ( #693 )
2024-12-02 16:23:18 +03:00
Bereket Engida
cb28efc167
chore: release v1.0.9-beta.3
v1.0.9-beta.3
2024-12-02 15:52:09 +03:00
Bereket Engida
539ffce4ee
chore: release v1.0.9-beta.2
2024-12-02 15:52:03 +03:00
Bereket Engida
e262292ffa
chore: fix type
2024-12-02 15:52:03 +03:00
Bruno Fantauzzi
c6f3430fc5
docs: update installation guide ( #724 )
2024-12-02 15:44:37 +03:00