Bereket Engida
bb9661c8ed
docs(fix): remove callout from polar doc
2025-03-22 09:30:50 +03:00
Catalin Pit and GitHub
d7ccb29b54
docs(fix): update polar docs ( #1922 )
...
Add a mention that specifies you don't need to configure Polar on the client
2025-03-22 09:15:24 +03:00
Bereket Engida
6b229c7b11
chore: update pnpm lock file
2025-03-22 09:11:40 +03:00
1511316f00
chore(deps): bump next from 15.2.0 to 15.2.3 in /docs ( #1923 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.2.0 to 15.2.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.2.3 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-22 08:43:39 +03:00
Marc and GitHub
f12a4a2b9c
docs(fix): file name from `auth.client.ts to auth-client.ts` ( #1929 )
...
``auth.client.ts`` will trigger code splitting. While this would be fine for the server component (``auth.server.ts``, which needs to stay hidden to end users), putting the authClient in a client only component will force the authClient out of the server bundle. This causes authClient to be undefined during SSR.
2025-03-22 08:43:03 +03:00
Stephen Zhou and GitHub
ca302a7d65
docs: update expo resolve path ( #1930 )
2025-03-22 08:42:14 +03:00
Stephen Brown-Bourne and GitHub
e769bc210b
docs(fix): remove repeated word ( #1928 )
2025-03-22 08:41:57 +03:00
Nicolas Vargas and GitHub
59152fe2e3
docs: add missing import headers ( #1920 )
2025-03-21 23:42:09 +03:00
Bereket Engida
08b2431a1b
docs(mongodb): remove generation command from mongodb
2025-03-21 16:49:08 +03:00
Bereket Engida and GitHub
cf4bd5de6f
feat: disabled paths ( #1918 )
...
* docs: add base url is optional on the client
* feat: disabled paths
* chore: fix test
2025-03-21 16:33:30 +03:00
80d5a5de0b
docs: add branding assets ( #1900 )
...
* feat: branding with multiple variant
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com >
2025-03-21 15:41:10 +03:00
KinfeMichael Tariku and GitHub
f21872da13
fix: double matcher on username plugin ( #1915 )
2025-03-21 11:17:01 +03:00
Benjamin Lee and GitHub
fe0272dae4
docs(fix): tanstack-start import on installation guide ( #1911 )
2025-03-21 09:05:29 +03:00
Ismail Sabet and GitHub
e622c6b59d
docs(fix): update typos on organization plugin ( #1912 )
2025-03-21 09:03:46 +03:00
Mikiyas Tibebu and GitHub
187ca360f4
docs(fix): correct typos in phone number plugin documentation ( #1910 )
2025-03-21 09:00:48 +03:00
KinfeMichael Tariku and GitHub
e60eb4dc79
Merge pull request #1902 from better-auth/fix/package-meta
...
fix(web): project metadata
2025-03-20 21:48:23 +03:00
Kinfe123
b1f3a7328c
fix(web): project metadata
2025-03-20 21:44:23 +03:00
Bereket Engida and GitHub
ed816ca5bd
chore: update dependencies for better-call and @better-fetch/fetch ( #1899 )
2025-03-20 20:56:24 +03:00
Bereket Engida
6be809dd7b
chore(jsdoc): default value of freshAge should be set to 1 day
2025-03-20 09:35:29 +03:00
Bereket Engida
51eb62376c
chore: release v1.2.5-beta.5
v1.2.5-beta.5
2025-03-20 08:56:51 +03:00
Waleed Latif and GitHub
3d36afe982
fix(oauth): support passing prompt, access_type, type_hint and additional params when constructing authorization URL ( #1888 )
2025-03-20 08:56:13 +03:00
Thomas Kaul and GitHub
fa2cd17ff7
docs: fix typo in features sections ( #1878 )
2025-03-19 22:08:01 +03:00
Nelson Sousa and GitHub
90f15abc95
chore(docs): typo in anonymous linking explanation ( #1871 )
2025-03-19 11:52:16 +03:00
Bereket Engida
6b5c48b092
chore: cleanup
2025-03-18 12:28:55 +03:00
Bereket Engida
4c66affc28
chore: lint
2025-03-18 12:23:59 +03:00
Maxwell and GitHub
cd82802507
fix(api-key): delete keys on client should use POST method instead ( #1858 )
2025-03-18 12:19:05 +03:00
Maxwell and GitHub
cc6880c856
fix(organization): client infer for Member is using incorrect type ( #1857 )
2025-03-18 12:14:17 +03:00
Bereket Engida
09c6bb5585
chore: release v1.2.5-beta.4
v1.2.5-beta.4
2025-03-17 21:49:37 +03:00
Bereket Engida
3a4bbb4fe2
feat: add onEmailVerification callback
2025-03-17 21:17:07 +03:00
Bereket Engida
d7890c550a
fix(organization): trigger session refetch on set-active
2025-03-17 21:05:18 +03:00
Brian Cooper and GitHub
6b8da0e0f7
chore(demo): remove extra = from env ( #1851 )
2025-03-17 19:03:27 +03:00
Bereket Engida
3ae3212ce0
docs: fix typos on supabase migration guide
2025-03-17 16:34:34 +03:00
Bereket Engida
6c88e53d92
fix: use instead of relying on instanceOf for incoming request type checks
2025-03-17 15:06:07 +03:00
James Wainwright and GitHub
62f3e49ba0
fix: access of undefined in runtime that does have great support of instanceof ( #1838 )
...
* fix: access of undefined in open-nextjs hosted runtime
- This change follows the "duck typing" principle which is often more robust than strict instance checking, especially in complex JavaScript environments where objects might come from different contexts or realms.
- Fixes issue where in an opennext hosted runtime, instanceof usage is not sufficent.
* feat: use in operator for better reliabiltiy across runtimes
* fix: linting issue
2025-03-17 15:03:52 +03:00
Bereket Engida
da9953082a
chore: lint
2025-03-17 15:02:15 +03:00
Elliot Hesp and GitHub
a2748aa7df
fix(admin): remove undefined type from list-users openapi documentation ( #1845 )
2025-03-17 15:01:33 +03:00
crutchtheclutch and GitHub
994a858851
docs: fix typos in database schema tables ( #1846 )
2025-03-17 15:00:29 +03:00
Bereket Engida
cdfa3b18ba
chore: release v1.2.5-beta.3
v1.2.5-beta.3
2025-03-17 13:09:43 +03:00
crutchtheclutch and GitHub
adb0221ec5
fix:(docs) typos in database schema tables
2025-03-16 15:10:39 -07:00
crutchtheclutch and GitHub
ea8c9a203e
fix:(docs) Typos in database schema tables
2025-03-16 15:07:54 -07:00
Bereket Engida
67a9549a96
fix: get session cookie should check for both secure and non secure cookies
2025-03-16 22:06:49 +03:00
Maxwell and GitHub
0b312f0a98
docs: update community-adapter Convex URL ( #1841 )
2025-03-16 15:42:46 +03:00
Isolated and GitHub
8b18362451
docs: fix Incorrect JSON Handling in secondaryStorage.get example ( #1842 )
2025-03-16 15:42:19 +03:00
Bereket Engida
001126ba5e
chore: release v1.2.5-beta.2
v1.2.5-beta.2
2025-03-16 00:02:18 +03:00
Bereket Engida
f2520f95e9
feat(admin): allow creating users without admin session on server api
2025-03-16 00:02:07 +03:00
Maxwell and GitHub
01082c5531
docs(fix): contribute/testing docs has incorrect info about test-instance ( #1826 )
2025-03-15 22:32:14 +03:00
Bereket Engida and GitHub
0b82136ede
fix: get session cookie helper should use better url retrieval and read config overrides ( #1828 )
...
* fix: url retreiving should use getBaseURL
* fix: session cookie getter issue with custom config
* chore: remove log
2025-03-15 22:31:52 +03:00
Jonás Perusquía Morales and GitHub
b295cdd7e5
docs: change adminHasPermission method to userHasPermission ( #1833 )
2025-03-15 21:03:35 +03:00
Fuma Nama and GitHub
00ad781427
docs: improve layout consistency ( #1831 )
...
* Fix sidebar tabs pre-rendering
* Improve sidebar consistency
* improve searchbar alignment
* improve animation
2025-03-15 19:54:27 +03:00
Bereket Engida and GitHub
16e71d1c58
fix: typescript cannot be named without reference error ( #1827 )
2025-03-15 16:57:35 +03:00