Commit Graph

837 Commits

Author SHA1 Message Date
reslear
0124f0adff refactor: supports facebook access_token and add docs (#1213)
* refactor: supports facebook.ts access_token

* format

* add docs
2025-01-15 11:06:07 +03:00
Maxwell
b036061263 docs: guide for optimizing for performance (#1199)
* add(docs): guide for optimizing for performance

* update: reworded some areas
2025-01-14 11:02:25 +03:00
Bereket Engida
3f22168e0c docs: remove unavilable config 2025-01-14 11:01:28 +03:00
Bereket Engida
76f500a354 docs: add cors config on express doc 2025-01-13 11:08:11 +03:00
Igor Pawelec
baae5326c6 docs: fix wrong datatype (#1198) 2025-01-12 14:39:11 +03:00
Sanatan
f0a479a163 docs: fix expo repeated section (#1175)
"Initialize Better Auth Client" is repeating twice
2025-01-10 21:15:14 +03:00
Sithija Nelusha Silva
79345b43fd docs: fix typo (#1167) 2025-01-10 07:41:05 +03:00
Bereket Engida
3fd7cb187a docs: fix sso api typo 2025-01-09 14:23:55 +03:00
Bereket Engida
28d2f1424a docs: improve sso docs 2025-01-09 14:01:18 +03:00
reslear
5b447a9773 refactor: add facebook fields options (#1076)
* refactor: add facebook fields options

maybe on future need implement dynamic and base on fields return type of `FacebookProfile` but i don't now how )

* docs: Update facebook.mdx

* style: formatting
2025-01-09 13:33:58 +03:00
Alex Araiza
5dfa022439 docs: fix default maxPasswordLength (#1157) 2025-01-09 05:18:09 +03:00
Dev
ca4f61e29c docs: oidc-provider table name (#1133) 2025-01-05 08:45:28 +03:00
TenCreator
ecabeb6da4 docs: Removed depricated function (#1134) 2025-01-05 08:45:03 +03:00
Multinite
95344a6784 Browser extensions example & guide (#1117)
* init: plasmo example project

* feat: add example for browser extension with BetterAuth

- Introduced a basic browser extension example using Plasmo framework and BetterAuth for authentication.
- Updated .env.example with BetterAuth configuration.
- Removed unnecessary GitHub workflow file for submitting to Web Store.
- Updated .gitignore to exclude local env files.
- Improved README documentation for the example.
- Included BetterAuth dependency in the package.json and updated the pnpm-lock.yaml.

* add: browser-extension example complete

* fix: content.tsx

* remove: browser-extension package as that isn't needed

* add: browser extension buide

* docs: added references in the guide to the examples code

* remove(dep): unused dependency

* refactor: package.json - remove author & update description

* wip

* chore: update lock file

* docs: update icon

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-01-04 18:14:59 +03:00
Multinite
239f6e4bff docs: extending plugin schemas demo code (#1128) 2025-01-04 16:00:44 +03:00
Bereket Engida
4521644bb8 docs: update set password api 2025-01-03 21:04:08 +03:00
Multinite
c162639319 docs(fix): added missing imports in concept/hooks (#1114) 2025-01-03 20:42:21 +03:00
Multinite
19527cd055 docs(fix): added export to authClient definition - expo (#1111) 2025-01-03 20:42:07 +03:00
Bereket Engida
825aa4373d docs: add stop impersonating 2025-01-03 09:14:32 +03:00
Stephen Zhou
887c0423ca docs: update config guide for expo (#1099) 2025-01-02 18:09:16 +03:00
Multinite
4c3fd83a2e docs: fix code highlight typo (#1101) 2025-01-02 18:08:57 +03:00
reslear
3ad6af30b9 docs: enhance facebook info about env names (#1075)
* docs: enhance facebook info about env names

* Update facebook.mdx
2025-01-02 08:56:56 +03:00
Bereket Engida
17f0127796 docs: before hook example 2025-01-02 08:51:17 +03:00
Multinite
413d96ec1b docs: FAQ page - ts errors had outdated information (#1092) 2025-01-02 08:44:52 +03:00
Bereket Engida
cf575f6c41 docs: update db schema 2025-01-01 21:15:47 +03:00
Shahriar
2125043451 docs: fix typo (#1090) 2025-01-01 18:41:22 +03:00
Bereket Engida
6021c88842 feat: unlink account (#1059) 2024-12-31 15:21:54 +03:00
reslear
34f4b7e3e0 docs: fix hooks typo (#1072) 2024-12-30 17:27:11 +03:00
Thomas Ghysels
b1f12392e7 docs: add missing await in basic example (#1055) 2024-12-28 23:20:12 +03:00
tt
909d4946c8 docs: updating function call parameters (#1052) 2024-12-28 11:32:00 +03:00
reslear
baf53d7226 docs: add warn for node express.json() before install (#1045) 2024-12-28 10:22:10 +03:00
reslear
af4f1e3815 docs: correct typescript example for types (#1048) 2024-12-28 10:21:38 +03:00
reslear
19e1420fa9 docs: redis information (#1047) 2024-12-28 10:21:24 +03:00
reslear
ad8835b903 doc: correct mongodb example (#1044)
* doc: correct mongodb example

* Update database.mdx
2024-12-28 10:20:49 +03:00
reslear
ba153fdee9 docs: update vue client example (#1040)
* docs: update vue client example

* Update client.mdx
2024-12-27 21:04:00 +03:00
Bereket Engida
2ba021e8e3 docs: imporve hooks docs 2024-12-27 12:34:08 +03:00
Konstantin
2c81db93be docs: fix birthday comparison (#1029) 2024-12-27 09:19:22 +03:00
Bereket Engida
d5b8206d8b docs: update email otp api 2024-12-27 07:38:45 +03:00
Bereket Engida
377ddf3054 docs: update admin docs 2024-12-26 20:16:06 +03:00
ninomae
8b14725c84 docs: fix typo (#1024) 2024-12-26 16:13:01 +03:00
Bereket Engida
ee5cc5d1b9 docs: fix mongodb adapter example 2024-12-24 09:27:50 +03:00
Bereket Engida
2885dc263d feat: support building type declaration with tsc (#1005) 2024-12-23 21:52:10 +03:00
Ted
1c3cf20389 docs: fix code example typo (#1003) 2024-12-23 21:41:06 +03:00
Aryan Prince
424fb3d728 docs: fix minor typo (#1002) 2024-12-23 16:28:59 +03:00
Ted
f4569aaa80 docs: gender neutral in docs (#1000) 2024-12-23 15:45:57 +03:00
Bereket Engida
59c1e5a48a fix: default to 1 day for session freshness 2024-12-23 15:43:36 +03:00
Ted
19504bc865 docs: improve the hooks section (#999)
* fix(docs): add imports for clarity

* fix(docs): ctx.response not real, rather ctx.responseHeader.set
2024-12-23 14:36:41 +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
Caleb Brown
b4d7f556e0 docs: remove duplicate config options on oidc provider page (#988) 2024-12-22 08:17:01 +03:00