Jacobo Tabernero
b17c71be39
Fix (bearer): 'set-auth-token' header not exposed with CORS ( #917 ) ( #1169 )
2025-01-29 14:29:59 +03:00
Bereket Engida
66bffe35cf
fix(oauth-proxy): add production url param for oauth proxy
2025-01-29 14:28:20 +03:00
Maxwell
5f34c5fc0d
fix: sendInvitationEmail use lowercase email ( #1283 )
...
Closes https://github.com/better-auth/better-auth/issues/1273
2025-01-29 14:16:23 +03:00
Alexander Lyon
cff6a62f7b
fix: use redirect URI from options rather than manually overriding ( #1289 )
2025-01-29 14:15:24 +03:00
Alexander Cato
61351f0539
docs: improve bearer plugin warning callout grammar ( #1295 )
2025-01-29 14:14:12 +03:00
Bereket Engida
32f4e2c89e
chore: release v1.1.15-beta.7
v1.1.15-beta.7
2025-01-28 20:40:57 +03:00
Bereket Engida
31d0b9f34c
chore(expo): remove expo minfiy
2025-01-28 20:40:50 +03:00
Rahu! 🇮🇳
099a59c7a7
docs: update text color for light mode in community page ( #1278 )
2025-01-25 08:24:26 +03:00
Bereket Engida
05d586ea58
chore: release v1.1.15-beta.6
v1.1.15-beta.6
2025-01-24 14:46:29 +03:00
Bereket Engida
a8bfe2b2e5
fix: mssql returning should use outputAll
2025-01-24 14:46:15 +03:00
Bereket Engida
184733a08c
chore: release v1.1.15-beta.5
v1.1.15-beta.5
2025-01-23 10:02:47 +03:00
Bereket Engida
ab3255facf
fix: allow custom body properties
2025-01-23 10:01:13 +03:00
Bereket Engida
779f8aa2c9
chore: lint
2025-01-23 09:34:55 +03:00
Andy
13d246cafd
fix: make plugin options type exports consistent ( #1270 )
...
* Update index.ts
Export AdminOptions so it can be used as a type externally
* Update index.ts
Shift PhoneNumberOptions to it's own exported type to be consistent with other modules
* Update index.ts
Export EmailOTPOptions
2025-01-23 09:19:27 +03:00
kzlar
1280cdf694
fix: expo client with cookie-cache overwrites the original token ( #1269 )
...
In cases where the session_data cookie is expired, but session_token is not, the server returns only a newly signed session_data.
The current implementation causes the existing session_token to be erased, causing a log-out.
This commit fixes it, along with test cases to verify.
2025-01-23 08:48:14 +03:00
Bereket Engida
89b28d0953
chore: release v1.1.15-beta.4
v1.1.15-beta.4
2025-01-22 12:32:52 +03:00
Bereket Engida
d7b4df613a
feat: support mssql directly ( #1255 )
2025-01-22 10:49:49 +03:00
dependabot[bot]
64ed27855a
chore(deps-dev): bump vite from 5.4.11 to 5.4.12 ( #1260 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 07:54:27 +03:00
Dilbert Ramírez
1e6b27ad78
fix: ensure correct status code for unverified email in sign-in ( #1262 )
2025-01-22 07:54:13 +03:00
Bereket Engida
9719fee6bf
chore: release v1.1.15-beta.3
v1.1.15-beta.3
2025-01-21 19:42:50 +03:00
Bereket Engida
fe0661da08
fix: improve additional fields inference ts server performance
2025-01-21 19:42:34 +03:00
Bereket Engida
249ccfc2f8
chore: release v1.1.15-beta.2
v1.1.15-beta.2
2025-01-21 14:32:27 +03:00
Bereket Engida
db4b4fce40
feat: support .js config ( #1256 )
2025-01-21 14:19:34 +03:00
Maxwell
47f14a22cb
docs: new contribution category ( #1174 )
2025-01-21 11:05:17 +03:00
Can Stand
dfcce1ee2a
fix(passkey): getRpID did not trim path when baseURL has no port ( #1250 )
2025-01-20 18:06:02 +03:00
Stephen Zhou
32db33a260
docs: pass token in reset-password ( #1237 )
2025-01-20 11:00:19 +03:00
kzlar
f61d862682
fix: allow plugins to set email and password values ( #1212 )
2025-01-20 10:59:33 +03:00
Bereket Engida
b33b19ee0b
chore: lint
2025-01-19 20:47:09 +03:00
Bereket Engida
657d32f911
chore: release v1.1.15-beta.1
v1.1.15-beta.1
2025-01-19 20:16:22 +03:00
D3vision
1437790889
feat: allow manually linking account with different email address than user ( #1238 )
2025-01-19 20:15:41 +03:00
Maxwell
b1c21fd8c5
docs: fix home-page builder using x instead of twitter ( #1244 )
2025-01-18 18:49:10 +03:00
Bereket Engida
503b7dbe75
chore: lint
2025-01-18 18:01:03 +03:00
Maxwell
a806c378be
docs: fix navigation buttons not showing due to groups ( #1243 )
2025-01-18 17:52:58 +03:00
Maxwell
566a88f496
docs: fix sidebar not updating UI when pathname changes ( #1242 )
2025-01-18 17:45:53 +03:00
Maxwell
273aceaa15
docs: add buttons to navigate to the next/prev docs page ( #1233 )
2025-01-18 16:21:58 +03:00
Quan Pham
b1c6b5a5e4
docs: prop names and react key warnings ( #1234 )
...
* fix: docs component props
* fix: props name
2025-01-17 10:47:58 +03:00
Bereket Engida
4f45604e76
fix(organization): update list organization atom on update organization ( #1235 )
2025-01-17 10:46:52 +03:00
Bereket Engida
18e9e2c3c7
fix(expo): make expo origin override optional ( #1236 )
2025-01-17 10:46:34 +03:00
Bereket Engida
bb3cb4ea9d
chore: lint
2025-01-17 09:37:39 +03:00
Ammar Elbehery
12c7d67894
fix(rate-limiter): convert bigint lastRequest to number ( #1232 )
2025-01-17 08:58:16 +03:00
Bereket Engida
84cfc635e1
chore: release v1.1.14
v1.1.14
2025-01-16 20:02:47 +03:00
Bereket Engida
0fb23d0a86
chore: release v1.1.14-beta.6
v1.1.14-beta.6
2025-01-16 19:50:05 +03:00
Bereket Engida
4817835cd6
chore: remove adapters export from main path
2025-01-16 19:50:00 +03:00
Bereket Engida
4b2cc7af3f
docs: add update organiaztion api
2025-01-16 19:45:16 +03:00
Bereket Engida
f356bac8ea
docs: update client error codes usage
2025-01-16 19:30:31 +03:00
Bereket Engida
0ca68106bf
chore: release v1.1.14-beta.5
v1.1.14-beta.5
2025-01-16 19:09:37 +03:00
Bereket Engida
0046ebe83f
feat: add organization deletion config ( #1227 )
2025-01-16 19:09:16 +03:00
Bereket Engida
18c9ad3c90
chore: release v1.1.14-beta.4
v1.1.14-beta.4
2025-01-16 18:36:21 +03:00
Bereket Engida
c529018017
chore: expose merge schema
2025-01-16 18:36:11 +03:00
Bereket Engida
d2ce9da9b2
chore: lint
2025-01-16 13:07:34 +03:00