Commit Graph
102 Commits
Author SHA1 Message Date
Khiet Tam NguyenandGitHub e613bf492c docs: added "partitioned: true" for cross-domain (foreign) cookies (#1591) 2025-03-01 01:20:04 +03:00
MaxwellandBereket Engida 8fb25bdd6a docs(rename): node to express in integration docs (#1535) 2025-02-23 09:18:41 +03:00
SaltyAomandBereket Engida 722cb22769 doc(elysia): using mount and macro to simplify code (#1531) 2025-02-23 09:18:40 +03:00
Rahul MishraandGitHub 56b0465e4e docs: update getSessionCookie import in demo and docs (#1534) 2025-02-22 10:28:46 +03:00
josselinondutyandGitHub a50950d487 docs: fix headers api example for nitro (#1307) 2025-02-20 22:38:35 +03:00
PukimaandGitHub 91bc0b74d7 docs: fix typo in node integration intro (#1503) 2025-02-19 19:29:41 +03:00
Rahul MishraandGitHub 8fcec8ece1 docs: fix routes in hono integration example code (#1417) 2025-02-12 08:39:32 +03:00
Bereket Engida 964864576d docs: update nuxt integration example to correct auth import path 2025-02-11 13:03:13 +03:00
Bereket Engida c8bf5047b0 docs: update svelte examples 2025-02-11 08:39:55 +03:00
RobiandGitHub 24336fd5a5 docs: add svelte kit example (#1393)
* add example

add an example for loading user session in a .server.ts file without sveltekit being where the instance is hosted ( via the client )

* add event.locals method
2025-02-09 17:22:36 +03:00
HystereliusandGitHub 7ade31a1b5 docs: fix nuxt integration with useFetch (#1350)
useFetch needs an await attribute to be properly used
2025-02-04 21:17:07 +03:00
Bereket EngidaandGitHub 2eca1daf4f feat: add cookie helper for middlewares (#1275) 2025-02-04 10:14:03 +03:00
Mattèo GauthierandGitHub 382e8a9022 docs: wrong pattern in hono integration code (#1317) 2025-02-03 23:26:22 +03:00
Bereket EngidaandGitHub 18e9e2c3c7 fix(expo): make expo origin override optional (#1236) 2025-01-17 10:46:34 +03:00
Bereket Engida 76f500a354 docs: add cors config on express doc 2025-01-13 11:08:11 +03:00
SanatanandGitHub f0a479a163 docs: fix expo repeated section (#1175)
"Initialize Better Auth Client" is repeating twice
2025-01-10 21:15:14 +03:00
MultiniteandGitHub 19527cd055 docs(fix): added export to authClient definition - expo (#1111) 2025-01-03 20:42:07 +03:00
Stephen ZhouandGitHub 887c0423ca docs: update config guide for expo (#1099) 2025-01-02 18:09:16 +03:00
ttandGitHub 909d4946c8 docs: updating function call parameters (#1052) 2024-12-28 11:32:00 +03:00
reslearandGitHub baf53d7226 docs: add warn for node express.json() before install (#1045) 2024-12-28 10:22:10 +03:00
Bereket Engida 53004fe017 docs: fix next middleware session example 2024-12-23 11:51:43 +03:00
Bereket Engida 34f0166b57 docs: update next docs 2024-12-23 08:36:38 +03:00
Bereket EngidaandGitHub edb0813c6d docs(next-integration): add example on how to mount the handler for nextjs page routes (#975) 2024-12-21 11:36:53 +03:00
Marc MogdanzandGitHub 8dffaa2cd6 docs: use APIRoute instead of Route for tanstack start api routes (#943)
* fix(docs): use `APIRoute` instead of `Route` for tanstack start api routes

* fix(cli): remove unused import in drizzle schema
2024-12-20 20:59:52 +03:00
Bereket Engida 7e2f3bd0e1 docs: improve expo docs 2024-12-18 13:31:15 +03:00
Stephen ZhouandGitHub d8a264871f refactor(expo): make storage required (#931) 2024-12-18 13:03:49 +03:00
Tim van den EijndenandGitHub 2fef76f5e2 docs: add Nuxt server API route getSession example (#863) 2024-12-12 17:36:01 +03:00
Behon BakerandGitHub 534cf8a607 docs: nitro Integration (#694) 2024-12-12 11:27:31 +03:00
Wagih mohamedandGitHub c4abf8a8c6 docs: updated express and node sections adding the cjs and express middlware comments (#842) 2024-12-10 09:18:25 +03:00
RobiandGitHub 8585be702a docs: auth.api.getSession instead of auth.getSession (#784) 2024-12-06 14:51:59 +03:00
Joshua ChuandGitHub baee8cc717 docs(fix): Fix type inference for user and session in Hono Variables by using typeof (#777) 2024-12-06 01:12:18 +03:00
Bereket EngidaandGitHub 6ea3909225 docs: update references from client to authClient (#728) 2024-12-02 17:04:23 +03:00
RobiandGitHub 5a3d4e84cc docs: fix typo in expo plugin (#726) 2024-12-02 15:08:05 +03:00
ismael garciaandGitHub cff58e1687 docs: add NuxtZzle link as example integration with Nuxt (#612) 2024-11-21 18:44:59 +03:00
Alex BookerandGitHub ae850299bc docs: grammar and formatting fixes (#603) 2024-11-20 17:12:04 +03:00
KeeanandGitHub f2031065ad docs: fix spelling, grammar, and framework names, and consistency across pages (#578) 2024-11-18 12:26:45 +03:00
Bereket Engida 49592de059 docs: move astro middleware 2024-11-15 21:01:24 +03:00
BSIT-EvanismandGitHub aed953736c docs: new simpler and optimized astro integration implementation (#523) 2024-11-15 20:59:58 +03:00
Bereket Engida a2d24b3f32 docs: fix typo 2024-11-15 17:59:43 +03:00
Bereket Engida 339dd251b2 docs: fix typo 2024-11-15 16:20:50 +03:00
Bereket Engida 4e1ed7c65b feat: expo getCookie helper 2024-11-15 14:44:48 +03:00
Bereket Engida 958befd841 docs: fix typo 2024-11-15 14:33:06 +03:00
Bereket Engida 93a49c58b4 docs: update expo docs 2024-11-15 12:51:43 +03:00
Bereket Engida 59cd23aba5 docs: fix typo 2024-11-12 14:25:28 +03:00
Nico AudyandGitHub 208773f505 docs: update remix.mdx (#505)
Fix typo page name
2024-11-12 14:18:04 +03:00
Bereket EngidaandGitHub 6c4c482dbf feat: nextjs plugin (#493) 2024-11-11 20:54:21 +03:00
ghostsxxxandGitHub 228456eba0 docs: fix astro pages path (#489) 2024-11-11 08:21:17 +03:00
Jirateep LoymaandGitHub b4ad786f97 docs - nextjs 15 integration server action (#471) 2024-11-09 06:45:48 +03:00
pakenfitandGitHub 2001b47cc0 docs: improve expo doc by including Expo client plugin setup (#444) 2024-11-07 13:49:31 +03:00
Jirateep LoymaandGitHub 7ce674a0b9 docs: update docs - nextjs integration (#434) 2024-11-06 09:13:14 +03:00