Commit Graph
724 Commits
Author SHA1 Message Date
MaxwellandGitHub 47f14a22cb docs: new contribution category (#1174) 2025-01-21 11:05:17 +03:00
Stephen ZhouandGitHub 32db33a260 docs: pass token in reset-password (#1237) 2025-01-20 11:00:19 +03:00
D3visionandGitHub 1437790889 feat: allow manually linking account with different email address than user (#1238) 2025-01-19 20:15:41 +03:00
MaxwellandGitHub b1c21fd8c5 docs: fix home-page builder using x instead of twitter (#1244) 2025-01-18 18:49:10 +03:00
Bereket Engida 503b7dbe75 chore: lint 2025-01-18 18:01:03 +03:00
MaxwellandGitHub a806c378be docs: fix navigation buttons not showing due to groups (#1243) 2025-01-18 17:52:58 +03:00
MaxwellandGitHub 566a88f496 docs: fix sidebar not updating UI when pathname changes (#1242) 2025-01-18 17:45:53 +03:00
MaxwellandGitHub 273aceaa15 docs: add buttons to navigate to the next/prev docs page (#1233) 2025-01-18 16:21:58 +03:00
Quan PhamandGitHub b1c6b5a5e4 docs: prop names and react key warnings (#1234)
* fix: docs component props

* fix: props name
2025-01-17 10:47:58 +03:00
Bereket EngidaandGitHub 18e9e2c3c7 fix(expo): make expo origin override optional (#1236) 2025-01-17 10:46:34 +03:00
Bereket Engida 4b2cc7af3f docs: add update organiaztion api 2025-01-16 19:45:16 +03:00
Bereket Engida f356bac8ea docs: update client error codes usage 2025-01-16 19:30:31 +03:00
Bereket EngidaandGitHub 0046ebe83f feat: add organization deletion config (#1227) 2025-01-16 19:09:16 +03:00
Bereket Engida 069eb7d066 docs: add cookie caching on optmization guide 2025-01-16 13:03:36 +03:00
Dmytro KrasunandGitHub 1fae457edb docs(fix): Change email verifiation must be sent to the current user email address (#1225) 2025-01-16 12:27:16 +03:00
Bereket Engida 95f7239c08 docs: move custom session heading 2025-01-16 08:51:03 +03:00
TedandGitHub e57b127c42 feat: support Microsoft Entra ID select_account prompt (#1219)
* feat: add optional prompt to create auth url

* feat: add prompt option to microsoft config

* docs: add requireSelectAccount option
2025-01-15 16:40:47 +03:00
reslearandGitHub 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
MaxwellandGitHub 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
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
017aefd9da chore(deps): bump next from 15.0.4 to 15.1.2 (#1116)
Bumps [next](https://github.com/vercel/next.js) from 15.0.4 to 15.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.4...v15.1.2)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 12:58:58 +03:00
Bereket Engida 76f500a354 docs: add cors config on express doc 2025-01-13 11:08:11 +03:00
Igor PawelecandGitHub baae5326c6 docs: fix wrong datatype (#1198) 2025-01-12 14:39:11 +03:00
DenysandGitHub 028bc59b1f docs: add spotify provider to the sidebar (#1147)
* fix: add spotify provider to the sidebar

* fix: formatting
2025-01-12 10:46:39 +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
Sithija Nelusha SilvaandGitHub 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
reslearandGitHub 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 AraizaandGitHub 5dfa022439 docs: fix default maxPasswordLength (#1157) 2025-01-09 05:18:09 +03:00
Bereket Engida 9f2e45b8c7 chore: cleanup 2025-01-06 14:30:39 +03:00
DevandGitHub ca4f61e29c docs: oidc-provider table name (#1133) 2025-01-05 08:45:28 +03:00
TenCreatorandGitHub ecabeb6da4 docs: Removed depricated function (#1134) 2025-01-05 08:45:03 +03:00
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
MultiniteandGitHub 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
MultiniteandGitHub c162639319 docs(fix): added missing imports in concept/hooks (#1114) 2025-01-03 20:42:21 +03:00
MultiniteandGitHub 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
Bereket Engida 7aa587b6d9 chore: cleanup 2025-01-02 20:37:42 +03:00
Stephen ZhouandGitHub 887c0423ca docs: update config guide for expo (#1099) 2025-01-02 18:09:16 +03:00
MultiniteandGitHub 4c3fd83a2e docs: fix code highlight typo (#1101) 2025-01-02 18:08:57 +03:00
reslearandGitHub 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
MultiniteandGitHub 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
ShahriarandGitHub 2125043451 docs: fix typo (#1090) 2025-01-01 18:41:22 +03:00
Bereket EngidaandGitHub 6021c88842 feat: unlink account (#1059) 2024-12-31 15:21:54 +03:00
Bereket Engida cc94e6a7c0 docs: fix changelogs 2024-12-30 21:58:54 +03:00
reslearandGitHub 34f4b7e3e0 docs: fix hooks typo (#1072) 2024-12-30 17:27:11 +03:00