Commit Graph
6898 Commits
Author SHA1 Message Date
ThorbenandGitHub fba24f9be8 chore: Add ExpressJS v5 implementation disclaimer 2025-04-25 17:59:07 +03:00
Bereket Engida 2f23b22022 chore: fix landing hydration error 2025-04-25 11:27:35 +03:00
Bereket Engida 1d5535c3b7 docs: update banner style 2025-04-25 10:58:23 +03:00
Bereket Engida 2aaaf40a5c docs: update banner style 2025-04-25 10:58:23 +03:00
AnthonyandGitHub 1a7a40849b chore: fix duplicated code block in passkey guide 2025-04-25 09:11:44 +03:00
Mario - Unbiased DevandGitHub 6a818167a5 chore: update rate limiting information in astro guide 2025-04-25 08:47:53 +03:00
jewhyenaandGitHub 4aa569ad87 chore: fix typo in organizations docs 2025-04-25 08:43:03 +03:00
abdalemandGitHub 61650380db doc: change plugin typo in schema from 'reference' to 'references' (#2417)
According the ts description, reference should be references.
2025-04-25 01:28:11 +03:00
AbdulrahmanandGitHub 5787d68cf5 docs: add guide for Sign In with Apple (#2430) 2025-04-25 01:12:50 +03:00
xuxu's codeandGitHub 6b2a51daa1 chore: fix typo toLowerCase instead of toLocaleLowerCase (#2421) 2025-04-24 18:14:14 +03:00
Bereket EngidaandGitHub b9823cd75b fix(two-factor): verification deletion on otp should use the correct ID (#2425) 2025-04-24 18:13:41 +03:00
Bereket Engida 20bb862814 fix(stripe): include priceId on list active subscriptions 2025-04-24 10:26:42 +03:00
MaxwellandGitHub 0577034634 fix(drizzle-adapter): missing operators (#2408) 2025-04-23 21:15:56 +03:00
Bereket Engida 0127426a5e docs: improve token encryption section in users-accounts 2025-04-23 14:14:14 +03:00
Bereket Engida 85f5460cbe docs: add token encryption guidance to users-accounts documentation 2025-04-23 13:56:58 +03:00
Justin TorreandGitHub b77727db44 docs(sso): fix url typo (#2403) 2025-04-23 10:52:39 +03:00
Bereket Engida f3677072c7 chore: release v1.2.8-beta.2 v1.2.8-beta.2 2025-04-23 00:34:40 +03:00
Rin ArakakiandGitHub 06da0b22ef docs: unify how authClient is imported (#2308) 2025-04-22 12:39:31 +03:00
PukimaandGitHub 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
Bereket EngidaandGitHub d8cbe3da40 chore: upgrade kysely (#2396) 2025-04-22 12:14:30 +03:00
MaxwellandGitHub 116bdbdcf0 chore(stripe): Export StripePlan type (#2370)
Useful for users who want to make a `plans` array containing stripe plans.
2025-04-22 12:05:52 +03:00
Bereket EngidaandGitHub 5fc27cfbe3 chore: export adapters (#2398) 2025-04-22 11:54:06 +03:00
86b19dec46 feat(stripe): migrate to stripe sdk v18.0.0 (#2366)
* feat: migrate to stripe sdk v18.0.0

* chore: lint

* chore: fix type

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-04-22 11:25:39 +03:00
LegionandGitHub b23bf618fd docs: removed 1px from headerbar height variable. (#2391)
* fix(docs): removed 1px from headerbar height variable.

* fix(docs): fixed sidebar height issue and made it pixel perfect

* fix(docs): fixed scroll bumping issue when scrolling the  from top

* fix(docs): fixed scroll bumping issue when scrolling the  from top
2025-04-22 06:50:51 +03:00
KinfeMichael TarikuandGitHub eccfcc3b31 chore: add better auth tanstack video guide 2025-04-21 22:22:43 +03:00
MaxwellandGitHub b48cc51ded docs(fix): typo for user.linkSocial at User & accounts docs (#2372) 2025-04-21 20:51:41 +03:00
Bereket Engida 29fa14dc2c chore: update typecheck script to generate prisma types 2025-04-21 20:36:09 +03:00
Bereket Engida b2852227dd fix: fields for custom schema should be optional 2025-04-20 21:52:47 +03:00
KinfeMichael TarikuandGitHub 4ac93ba2b4 fix: join waitlist banner styling 2025-04-20 15:21:01 +03:00
MaxwellandGitHub 6133a81d5f docs: add Instant DB to community adapter (#2286) 2025-04-20 11:43:04 +03:00
Bereket EngidaandGitHub 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
Bereket Engida 57e2b8bdb2 feat(custom-session): add ctx on custom session callback fn 2025-04-20 07:42:55 +03:00
KinfeMichael TarikuandGitHub 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 EngidaandGitHub c417ed1f8f feat(generic-oauth): support same provider account linking (#2332) 2025-04-18 11:31:32 +03:00
Eugene DraitsevandGitHub 7a84ad4d5d fix(passkey): add userDisplayName to the simplewebauthn generateRegistrationOptions call (#2344) 2025-04-18 08:03:36 +03:00
Bereket Engida 8931a1f969 chore: update logo.png 2025-04-17 13:19:21 +03:00
KinfeMichael TarikuandGitHub 29177add7b docs: fix content misalignment caused by oversized icon
fix: misalignment of contents due icon size
2025-04-17 06:37:24 +03:00
Kinfe123 03d4429712 misalignment due to icon size 2025-04-17 06:31:00 +03:00
KinfeMichael TarikuandGitHub 95d1db20fd chore: deprecated generate id check on falsy values (#2298) 2025-04-15 19:19:21 +03:00
Rin ArakakiandGitHub 69c0709e34 docs: typo on zoom docs (#2289) 2025-04-15 14:00:11 +03:00
Bereket Engida af79703a31 chore: release v1.2.8-beta.1 v1.2.8-beta.1 2025-04-15 12:44:15 +03:00
Bereket Engida 6d328d793d chore: release v1.2.8-beta.1 2025-04-15 12:44:02 +03:00
Bereket EngidaandGitHub de50dfcb6f fix: enforce override user info on oauth signin (#2294) 2025-04-15 12:43:25 +03:00
KinfeMichael TarikuandGitHub 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