Kinfe123
05e00c4a26
move keyword to better-auth
2025-04-06 12:38:31 +03:00
Bereket Engida
a2296a0502
docs: simplify optimization guide
2025-04-05 21:24:48 +03:00
Bereket Engida
18744b04ba
docs: remove unecessary details about db indexes
2025-04-05 21:22:00 +03:00
Bereket Engida
1704d1964c
chore: remove label for the issue template
2025-04-05 13:52:16 +03:00
Bereket Engida
5584584c61
docs(reddit): apply correct scope property
2025-04-05 13:31:37 +03:00
Bereket Engida
84bcc4ac09
chore: update discord link
2025-04-05 11:40:41 +03:00
Bereket Engida
24214a9520
chore(oauth): replace encodeOAuthParameter with base64Url for encoding clientId and clientSecret
2025-04-05 10:36:12 +03:00
Bereket Engida
520a3e7bdc
chore: release v1.2.6-beta.5
v1.2.6-beta.5
2025-04-05 08:06:05 +03:00
ffa24f74a5
fix(oauth): encode clientId and clientSecret in authorization header ( #2120 )
...
* fix(oauth2): encode clientId and clientSecret in authorization header
* fix(oauth2): refactor to use encodeOAuthParameter for clientId and clientSecret
* chore: lint
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com >
2025-04-05 08:02:26 +03:00
Netrifier and GitHub
a686070437
fix(organization): fix conditional teamId inference ( #2133 )
2025-04-05 01:36:21 +03:00
Bereket Engida and GitHub
61dc492fc1
fix(custom-session): custom session failing to set cookies ( #2124 )
2025-04-04 19:39:52 +03:00
Maxwell and GitHub
016428ec68
docs(fix): rate-limit schema has two primary keys ( #2122 )
...
The field `key` shouldn't be the primary key, only `id`.
2025-04-04 19:35:54 +03:00
Bereket Engida
9909443bb4
docs(rate-limit): add warning about server-side rate limit
2025-04-04 18:33:23 +03:00
Bereket Engida
bcc17b96a0
docs(tanstack): update code block for API route example and fix syntax spacing
2025-04-04 15:57:58 +03:00
Bereket Engida
ba83da0f08
docs(drizzle): add drizzle-kit generate command
2025-04-04 15:54:54 +03:00
Bereket Engida
d1c86b0b24
docs: update rate limit schema
2025-04-04 13:10:43 +03:00
Maxwell and GitHub
f7199e3e41
fix(two-factor): 2fa error codes failing to infer ( #2102 )
2025-04-04 09:24:29 +03:00
KinfeMichael Tariku and GitHub
1116638cc4
fix: docs syntax spacing
...
docs: fix syntax spacing
2025-04-04 06:47:40 +03:00
Bereket Engida
ef18d1bb7e
chore: release v1.2.6-beta.4
v1.2.6-beta.4
2025-04-04 01:00:52 +03:00
Netrifier and GitHub
381281f2d1
fix(admin): pass where clause to adapter.count to fix total value on listUser ( #2109 )
2025-04-04 01:00:31 +03:00
Shawn Erquhart and GitHub
fcb43aa7b9
fix: verify github email when profile has an email ( #2078 )
2025-04-03 21:25:58 +03:00
Maxwell and GitHub
a783cd14cb
docs(fix): contributing docs had invalid links ( #2103 )
2025-04-03 21:24:15 +03:00
Maxwell and GitHub
10893badbc
fix(stripe): allow customizing subscription schema ( #2105 )
...
This was documented in docs at https://www.better-auth.com/docs/plugins/stripe#customizing-the-schema but wasn't implemented.
This is now fixed.
2025-04-03 21:23:43 +03:00
Thejana Weththasinghe and GitHub
20aa26ab7c
docs: fix syntax spacing
2025-04-03 18:58:50 +05:30
Nikita Ganzikov and GitHub
8d35723221
feat: mapProfileToUser in vk social-provider ( #1944 )
2025-04-02 23:41:42 +03:00
Bereket Engida
2b38023928
chore: update nizzy profession
2025-04-02 19:21:25 +03:00
Bereket Engida
dbe66b9fde
fix(oidc-provider): add cookie options for path and sameSite in authorize
2025-04-02 15:49:32 +03:00
KinfeMichael Tariku and GitHub
3b6d84bdea
fix: deployment compat issue
...
fix: deployment compat issu
2025-04-02 15:12:45 +03:00
Kinfe123
4ff8139fcd
fix: dep issue
2025-04-02 15:04:11 +03:00
SoSweetHam and GitHub
75faf76dcf
fix: forget password flow failing because of id conversion ( #2083 )
2025-04-02 14:50:15 +03:00
Alexander Cato and GitHub
214c24bfdf
docs: fix grammatical errors in admin plugin ( #2081 )
...
* docs: fix grammatical errors in admin.mdx
* docs: correct possessive form in admin.mdx
2025-04-02 14:10:51 +03:00
f1963c994a
chore(deps-dev): bump vite from 5.4.14 to 5.4.16 ( #2066 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.14 to 5.4.16.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.16/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.16/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-04-02 06:54:04 +03:00
Netrifier and GitHub
df72736d36
feat(admin): Add support for passing multiple roles as array ( #1907 )
...
* feat: add support for passing multiple roles as array
* docs(admin): update docs
* fix(admin): Fix admin role types not referenced correctly when custom roles are not passed
* test(admin): add test for multiple roles
* fix(admin): Fix duplicate exports of InferRolesFromOption and parseRoles from admin and organization plugin
2025-04-01 20:24:02 +03:00
KinfeMichael Tariku and GitHub
e62ea0ff31
fix: tooltip arrow pointer
...
fix/tooltip pointer
2025-04-01 14:27:15 +03:00
Kinfe123
f9d735fb0e
lint
2025-04-01 14:15:56 +03:00
Kinfe123
1c605cebde
fix: tooltip arrow
2025-04-01 14:15:35 +03:00
KinfeMichael Tariku and GitHub
673bdee66b
chore: env variable consistency for social providers docs
...
fix(docs): Add missing "as string" to env variables
2025-04-01 12:09:11 +03:00
KinfeMichael Tariku and GitHub
ddcaac616c
chore: remove unnecessary options on getSessionCookie
...
Update next.mdx
2025-04-01 10:08:21 +03:00
KinfeMichael Tariku and GitHub
06b557b999
unwanted white space
2025-04-01 10:03:03 +03:00
KinfeMichael Tariku and GitHub
9b698ecca2
Merge branch 'main' into patch-1
2025-04-01 10:01:32 +03:00
KinfeMichael Tariku and GitHub
5f5fb8ddf5
chore: enable option on ratelimit docs
...
Update rate-limit.mdx
2025-04-01 09:50:26 +03:00
KinfeMichael Tariku and GitHub
a217418840
fix: og image compatibility on multiple link previews
...
fix/og image incompat
2025-04-01 09:46:52 +03:00
Kinfe123
ba5b8dfc23
lint
2025-04-01 09:38:51 +03:00
Kinfe123
1dbcc5f782
replace with real url params
2025-04-01 09:38:22 +03:00
Kinfe123
e2d6b2fdbe
fix: og image compat
2025-04-01 09:37:43 +03:00
KinfeMichael Tariku and GitHub
0d7fa1f99c
chore: import orders and alias to avoid conflict in ac code examples
...
fix: import orders and alias to avoid conflict in ac code examples
2025-03-31 15:52:28 +03:00
Bereket Engida
cad6470b87
docs: fix incorrect field labels and remove database tables container
2025-03-31 07:26:18 +03:00
Bereket Engida
dad19a9934
chore: lint
2025-03-31 00:24:09 +03:00
Bereket Engida
07d44db4d0
docs(strupe): add query param in for list sub referenceId
2025-03-31 00:08:31 +03:00
Zerubbabel and GitHub
df41406acb
docs(builder): ensure password confirmation field has type='password' ( #2021 )
2025-03-30 10:21:10 +03:00