Commit Graph

609 Commits

Author SHA1 Message Date
Bereket Engida
2c4566271d chore: remove unused build:docs 2024-12-11 14:12:53 +03:00
Jason Gerbes
e91be5a369 fix: email OTP error codes and docs (#845) 2024-12-11 13:43:34 +03:00
KinfeMichael Tariku
36e2ee2e6d docs: fix ui builder theme issue (#847) 2024-12-10 20:01:50 +03:00
Wagih mohamed
c4abf8a8c6 docs: updated express and node sections adding the cjs and express middlware comments (#842) 2024-12-10 09:18:25 +03:00
SovietGhost
31e8ff5b33 docs: fix typo (#841) 2024-12-10 01:46:14 +03:00
Multinite
8d710c48aa docs(fix): ugly whitespace in example code (#828) 2024-12-09 18:47:24 +03:00
Bereket Engida
7b54c5215c chore:lint 2024-12-09 18:45:44 +03:00
Multinite
04eb69b2a9 docs: mobile nav now supports examples (#833) 2024-12-09 18:41:41 +03:00
Multinite
b86fd9321c docs: 2fa plugin issuer (#830) 2024-12-09 09:35:36 +03:00
Multinite
3b97c97e1e docs: minor improvements to the your-first-plugin guide (#827) 2024-12-09 08:33:15 +03:00
Bereket Engida
8fb496f16e docs: fix typo 2024-12-09 08:32:07 +03:00
Bereket Engida
df0302f6c4 docs: fix typo 2024-12-08 19:04:18 +03:00
Bereket Engida
6af8603958 docs: fix typo 2024-12-08 17:57:04 +03:00
Tiago Rangel
279ed9d5c8 docs: disable select for "git:(main) x" in hero (#820) 2024-12-08 16:58:02 +03:00
Bereket Engida
a1c1d7707e fix(internal): add new session in route context on 302 requests 2024-12-08 16:46:02 +03:00
Bereket Engida
cc1666d92d docs: add section on how to use error codes 2024-12-08 14:30:24 +03:00
isaced
c26285b238 docs: simplify Hono mount handler example (#759) 2024-12-08 14:05:50 +03:00
Multinite
1863bf4df9 docs: added more info to concept/plugins (#818) 2024-12-08 14:05:00 +03:00
Bereket Engida
926b845aec fix: avoid returning session and user object on endpoints other than get session (#819) 2024-12-08 14:03:49 +03:00
Bereket Engida
cdfbf1d793 docs(fix): fix broken link 2024-12-08 13:02:17 +03:00
Bereket Engida
7e755498c1 docs: add community section 2024-12-08 13:01:27 +03:00
Bereket Engida
2ab953ec0d docs: add auto type table 2024-12-08 12:09:02 +03:00
Bereket Engida
a8b6ff09ff docs: remove auto type table 2024-12-08 11:20:00 +03:00
Multinite
8daccfd10b docs(add): your first plugin guide (#806) 2024-12-08 11:00:56 +03:00
Multinite
bf34533e4d docs: community-plugins (#791) 2024-12-08 10:59:23 +03:00
Waris Reshi
0202d0429f docs(fix): provided updated link for next js example (#817) 2024-12-08 10:36:39 +03:00
Multinite
b2ca3fa1ea docs: improve plugin docs (#802) 2024-12-08 10:36:17 +03:00
Bereket Engida
3678fa18bc chore: upgrade workspace deps 2024-12-07 11:39:22 +03:00
Multinite
24e12de95a update(docs): example code to throw errors in database hooks (#790) 2024-12-06 23:37:47 +03:00
Bereket Engida
254a394156 docs: fix missing link 2024-12-06 23:15:06 +03:00
Milkiyas
7605425047 docs: some spelling errors in docs comparison (#786) 2024-12-06 20:20:01 +03:00
Robi
8585be702a docs: auth.api.getSession instead of auth.getSession (#784) 2024-12-06 14:51:59 +03:00
Joshua Chu
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 Engida
fdfd738eca docs: fix system theme 2024-12-05 19:32:18 +03:00
Multinite
3d971f41ba docs(fix): removed random s letter. (#763) 2024-12-04 20:57:52 +03:00
Bereket Engida
66ec7dfef9 docs: separte custom rule in rate limit section 2024-12-03 21:41:54 +03:00
Daanish
0d70919bf1 docs: changed the name of column webauthnUserID (#748) 2024-12-03 19:48:05 +03:00
Bereket Engida
9b71e506a2 docs(fix): light mode code block color theme glitch (#745) 2024-12-03 15:42:13 +03:00
Bereket Engida
5a8243036d feat: improve user delete handling
Introduces: 
- Configuration for user deletion
- Disable user deletion by default
- Verification flow for deleting a user after they confirm their email
- beforeDelete and afterDelete Hooks

added docs: https://www.better-auth.com/docs/concepts/users-accounts#delete-user
2024-12-03 13:40:57 +03:00
Bereket Engida
bc08e25359 feat: OAuth map profile to user (#731) 2024-12-03 11:50:10 +03:00
Bereket Engida
584d799c4e docs: improve installation guide and database configuration 2024-12-03 01:36:59 +03:00
Bereket Engida
e8e8edcc05 chroe: lint 2024-12-03 00:53:31 +03:00
Bereket Engida
0c243af55c docs: improve changelog page 2024-12-03 00:46:14 +03:00
Bereket Engida
6ea3909225 docs: update references from client to authClient (#728) 2024-12-02 17:04:23 +03:00
Bereket Engida
fb8fb25be2 docs: has permission on organization doesn't require roles (#727) 2024-12-02 16:42:24 +03:00
Bereket Engida
7f300e61ea fix: stop redirecting during id token auth 2024-12-02 16:29:08 +03:00
Bruno Fantauzzi
c6f3430fc5 docs: update installation guide (#724) 2024-12-02 15:44:37 +03:00
Robi
5a3d4e84cc docs: fix typo in expo plugin (#726) 2024-12-02 15:08:05 +03:00
L2
0507dd3609 fix: "email not found" Error in Twitter OAuth (#666) 2024-12-02 12:15:16 +03:00
Bereket Engida
1fff8a6964 docs: add how to set active org by default on create session (#720) 2024-12-02 12:08:33 +03:00