Commit Graph

866 Commits

Author SHA1 Message Date
Rin Arakaki
06da0b22ef docs: unify how authClient is imported (#2308) 2025-04-22 12:39:31 +03:00
Pukima
3d71d2262f docs: make it clear that we use an outdated stripe version (#2318)
This should resolve confusion with errors related to breaking changes that were introduced in the basil api version of stripe.
2025-04-22 12:34:05 +03:00
KinfeMichael Tariku
eccfcc3b31 chore: add better auth tanstack video guide 2025-04-21 22:22:43 +03:00
Maxwell
b48cc51ded docs(fix): typo for user.linkSocial at User & accounts docs (#2372) 2025-04-21 20:51:41 +03:00
Maxwell
6133a81d5f docs: add Instant DB to community adapter (#2286) 2025-04-20 11:43:04 +03:00
Bereket Engida
89cee73335 feat: make update account on signin optional (#2350) 2025-04-20 07:45:06 +03:00
Bereket Engida
3b3e026be3 docs: add ctx on custom session example 2025-04-20 07:43:16 +03:00
KinfeMichael Tariku
c140af64f9 docs: resource reference page (#2357) 2025-04-20 00:53:50 +03:00
Bereket Engida
3f574ec70b docs: fix better auth initalizer typo 2025-04-18 18:29:53 +03:00
Bereket Engida
a368d9636d docs(session): mention disableCookieCache refreshes the cache 2025-04-18 18:28:45 +03:00
Rin Arakaki
69c0709e34 docs: typo on zoom docs (#2289) 2025-04-15 14:00:11 +03:00
KinfeMichael Tariku
be807a8de1 docs: Inconsistent snippets for setting active orgs
fix: inconsistency calls on docs to set active orgs
2025-04-15 12:12:09 +03:00
Bereket Engida
b92faa3fe2 docs: update OAuth documentation to clarify user info override behavior 2025-04-15 12:09:18 +03:00
Kinfe123
858af4bf57 fix: awaitable calls 2025-04-15 12:05:02 +03:00
KinfeMichael Tariku
3c56085621 docs: minor updates to docs 2025-04-14 13:35:07 +03:00
Kinfe123
1def851a68 making it italic 2025-04-14 13:30:48 +03:00
Bereket Engida
90d04835a9 docs: improve Have I Been Pwned plugin description and update error response format 2025-04-14 11:17:26 +03:00
Kinfe123
14f135bf41 typo 2025-04-14 08:13:53 +03:00
Kinfe123
913fe8f4de fix: docs on oauth refresh token fn 2025-04-14 07:56:09 +03:00
Philip Huynh
886d532ec3 docs(fix): env variable consistency on zoom (#2260) 2025-04-13 18:38:10 +03:00
Bereket Engida
53c711cec8 fix(adapter): improve field lookup logic in createAdapter (#2245) 2025-04-13 16:45:01 +03:00
Anthony DePasquale
ed367f373a Comma before non-restrictive clause 2025-04-13 14:11:09 +02:00
Anthony DePasquale
a313d19198 URL 2025-04-13 14:11:08 +02:00
Anthony DePasquale
863129ca70 "up to date" (no hyphens needed when not modifying a noun) 2025-04-13 14:11:08 +02:00
Anthony DePasquale
c2999c83cc built-in 2025-04-13 14:11:08 +02:00
Anthony DePasquale
cfd9f26c85 Remove unnecessary italics for paragraph 2025-04-13 14:11:08 +02:00
Anthony DePasquale
4b3fedae89 Supabase 2025-04-13 14:11:08 +02:00
Anthony DePasquale
952a6613ad API 2025-04-13 14:11:08 +02:00
Anthony DePasquale
fc4c0eb280 Better Auth 2025-04-13 14:11:08 +02:00
Anthony DePasquale
b36a1b83c8 GitHub 2025-04-13 14:11:08 +02:00
Anthony DePasquale
0e12a5cb7a SvelteKit, Next.js, SolidStart 2025-04-13 14:11:08 +02:00
Anthony DePasquale
c8e078a714 SimpleWebAuthn 2025-04-13 14:11:08 +02:00
Anthony DePasquale
1b092e42be "sign in" and "sign up" as verbs 2025-04-13 14:11:08 +02:00
Anthony DePasquale
9f78ee8d4c Code 2025-04-13 14:11:08 +02:00
Anthony DePasquale
2baaa085a7 "set up" as verb 2025-04-13 14:11:08 +02:00
Anthony DePasquale
25d517e99e TypeScript 2025-04-13 14:11:08 +02:00
gandan
e077be39a2 docs: correct Svelte Kit to SvelteKit (#2246) 2025-04-13 14:59:47 +03:00
Bereket Engida
8c2c2702ef docs(database): update ID generation configuration details 2025-04-13 03:38:41 +03:00
Bereket Engida
c9fa76f9d1 docs(expo): remove $fetch api usage 2025-04-13 00:30:11 +03:00
Bereket Engida
2bbe85ae6f docs(next-auth-migration): add reminders for 'createdAt' and 'updatedAt' fields in session and account schemas 2025-04-13 00:16:56 +03:00
Bereket Engida
ee9e969712 docs(next-auth-migration): fix 'accounts' typo 2025-04-13 00:13:59 +03:00
Bereket Engida
ac084b1b73 docs: update next cookies example 2025-04-12 23:21:09 +03:00
ririxi
cb900f9594 feat(organization): support multiple permissions check (#2227)
* feat: remove the artificial resource limit so that code can check

Also change `permission` to `permissions` (clearer for end user). `permission` is left for backwards compatibility.

* docs: add examples for multiple perms checking

* refactor: check `permissions` first, then legacy one

* feat: use union types for `permission` & `permissions`

* fix: properly use union types

* fix: remove accidental `@deprecated` comment

* chore: lint

* fix test

* chore: add oneTimeToken plugin to client barrel exports (#2224)

* docs(expo): add id token usage

* feat(oauth2): override user info on provider sign-in (#2148)

* feat(oauth2): override user info on provider sign-in

* improve email verification handling

* resolve mrge

* fix(sso): update overrideUserInfo handling to use provider configuration

* fix param

* chore: change plugin interface middleware type (#2195)

* fix: delete from session table when stopImpersonate called (#2230)

* chore: fix active organization inferred type

* chore: fix admin test

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
Co-authored-by: Wade Fletcher <3798059+wadefletch@users.noreply.github.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
2025-04-12 22:00:58 +03:00
Bereket Engida
de0aadb37f docs(security): add IP address header configuration for Better Auth 2025-04-12 21:27:02 +03:00
Bereket Engida
1c098200c9 docs(expo): add id token usage 2025-04-12 07:54:28 +03:00
Bereket Engida
9e951aa0b3 feat: add option to disable session refresh on use (#2126)
* feat: add option to disbale session refresh on use

* docs(session-management): add documentation for disabling session refresh option
2025-04-11 17:12:35 +03:00
Bereket Engida
0493746a4b feat(jwt): add sub claim and getSubject (#2194) 2025-04-11 14:06:20 +03:00
Léo LEDUCQ
c14f127fd3 feat(socialLink): add support for custom scopes in social account linking (#2074)
* feat(socialLink): add support for custom scopes in social account linking

- Updated documentation to include information on requesting specific scopes when linking social accounts.
- Added a test case to verify that custom scopes are correctly passed to the authorization URL.
- Modified the account linking endpoint to accept additional scopes as an optional parameter.

* chore: lint

* fix(account): update account linking logic and tests

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-04-11 13:54:30 +03:00
Mauricio Siu
b266048941 feat: support custom issuer totp (#2113)
* feat(two-factor): add optional issuer parameter for TOTP URI generation

* feat(two-factor): enhance issuer parameter handling for TOTP URI generation

* feat(two-factor): add tests for custom issuer handling and fallback to appName in TOTP URI generation

* docs(two-factor): improve formatting and spacing in 2FA documentation for better readability

* docs(two-factor): refine code formatting and spacing in 2FA documentation for improved clarity
2025-04-11 13:13:04 +03:00
Bereket Engida
81e45012ef feat(organization): add invitation limit (#2014)
* feat: add invitation limit

* feat: add list invitations functionality and cancel pending invitations on re-invite

* update docs

* update docs
2025-04-11 12:44:49 +03:00