Commit Graph

1145 Commits

Author SHA1 Message Date
KinfeMichael Tariku
4ac93ba2b4 fix: join waitlist banner styling 2025-04-20 15:21:01 +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
7ff8671c69 chore: update banner style 2025-04-19 16:08:19 +03:00
Bereket Engida
ef71f710a8 chore: update banner message 2025-04-19 15:00:08 +03:00
Bereket Engida
793ced0e7a chore: add infra announcement banner 2025-04-19 14:08: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
Bereket Engida
8931a1f969 chore: update logo.png 2025-04-17 13:19:21 +03:00
Kinfe123
03d4429712 misalignment due to icon size 2025-04-17 06:31:00 +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
Bereket Engida
46ff537535 chore: update lock file 2025-04-13 23:10:21 +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
Kinfe123
c8b52765e2 lint 2025-04-13 14:05:39 +03:00
Bereket Engida
8c2c2702ef docs(database): update ID generation configuration details 2025-04-13 03:38:41 +03:00
Bereket Engida
acf3f89445 docs(hero): remove outdated changelog link for v1.2 2025-04-13 01:59:32 +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