Commit Graph
325 Commits
Author SHA1 Message Date
limichangeandGitHub b9a42d11d2 docs: fix typo (#298) 2024-10-23 08:01:13 +03:00
Daniel RoeandGitHub c7be5615d7 chore: fix github capitalisation (#297) 2024-10-23 01:48:15 +03:00
Bereket Engida 9d3d52d5e8 docs: remove unecssary section 2024-10-23 01:36:08 +03:00
Md Mazedul Islam KhanandGitHub 26b52dd38f docs: Use await in the next/headers to prevent errors (#296) 2024-10-23 00:43:32 +03:00
Gregor WedlichandGitHub bc60020dab feat: linkedin (#295) 2024-10-22 22:49:47 +03:00
Gregor WedlichandGitHub c5a876a6de feat: dropbox (#286) 2024-10-22 16:07:27 +03:00
TedandGitHub ab827e5875 docs: fix typo singUp to signUp (#281) 2024-10-21 19:38:11 +03:00
Bereket EngidaandGitHub 29c698286a feat: require verification before enabling twofactor (#276) 2024-10-21 14:12:57 +03:00
Chetan GotiandGitHub 1a7aad5919 docs: fix typo (#275) 2024-10-21 10:25:51 +03:00
Bereket Engida f3abde3a30 feat(node): fromNodeHeaders helper 2024-10-21 10:22:25 +03:00
Bereket EngidaandGitHub 7a9002f56b feat: support additional fields on user update (#274) 2024-10-21 09:38:56 +03:00
Bereket Engida d9d4203cd9 refactor: rate-limit rules 2024-10-21 08:16:43 +03:00
Bereket Engida 9feed3a587 feat: update username and sign up email should allow username 2024-10-21 08:16:43 +03:00
limichangeandGitHub 4edc4289e5 docs: fix typo in basic-usage.mdx (#273) 2024-10-21 06:44:43 +03:00
Jose ValdiviaandGitHub 3ae0577157 docs: fix typo (#271) 2024-10-21 06:43:55 +03:00
Bereket Engida 5dbc36a254 docs: change beta label 2024-10-20 21:05:54 +03:00
Gregor WedlichandGitHub 4a454bb6fe docs: email and password integration docs improved clarity and added new examples (#269) 2024-10-20 20:38:53 +03:00
NoHaxitoandGitHub e97127ed18 docs: fix method typo in phone number plugin (#267) 2024-10-20 19:37:25 +03:00
Gregor WedlichandGitHub f76e709a65 docs: fix typo corrected capitalization issue. (#263) 2024-10-20 16:48:31 +03:00
Md Mazedul Islam KhanandGitHub de7e9c747d docs: fix next headers import (#256) 2024-10-20 12:28:30 +03:00
Christian Andrés BachoandGitHub c29968ebdc feat: Add support for "like" and similar search operators and add search query for admin plugin (#245) 2024-10-20 08:26:41 +03:00
Bereket Engida 6467af1685 docs: imprvoe account linking docs 2024-10-20 07:12:30 +03:00
Bereket Engida e7c46e035c docs: imprvoe account linking docs 2024-10-20 06:44:16 +03:00
Bereket EngidaandGitHub 6ad3fad231 refactor: change email should be opt-in (#249) 2024-10-19 21:30:26 +03:00
MatsandGitHub 503a95987f fix: fetch error on same app (#234) 2024-10-19 06:47:47 +03:00
Bereket Engida 19375bf496 docs: update change email flow docs 2024-10-19 00:37:42 +03:00
Christian Andrés BachoandGitHub 5e901576f3 feat(admin plugin): add filter support for listing users 2024-10-18 23:22:27 +03:00
Bereket Engida b2246a6a16 docs: remove uncessary code block 2024-10-18 22:20:21 +03:00
Bereket Engida 3e4edd9aa7 chore: add user agent to oauth calls 2024-10-18 21:32:36 +03:00
Bereket Engida 327867876a docs: update docs on change email 2024-10-18 20:25:14 +03:00
Bereket Engida 897a5439b2 docs: update docs on change email 2024-10-18 20:15:20 +03:00
ensiandGitHub 0b66552299 docs: fix typo (#229) 2024-10-18 19:22:05 +03:00
Bereket EngidaandGitHub 5ad8af9304 feat: change email flow (#222)
* feat: email change flow

* docs and test

* fix: lint
2024-10-18 18:17:10 +03:00
Bereket Engida 0ba99c42e1 docs: remove uncessary code block 2024-10-18 17:31:55 +03:00
Bereket EngidaandGitHub 05fd1e072d feat: multi session plugin (#204) 2024-10-18 17:27:37 +03:00
ensiandGitHub 39a890d583 docs: fix typo (#225) 2024-10-18 13:54:36 +03:00
Krishna SantoshandGitHub de51d1c69b docs: fix Update "Getting Session on a loader" example (#224)
In SvelteKit, you can only access the request object (like headers, cookies, etc.) in server-side contexts like +page.server.ts
2024-10-18 12:52:38 +03:00
Bereket Engida fb627169a0 docs: add nuxt middleware guide 2024-10-18 10:15:38 +03:00
Bereket EngidaandGitHub 6826e2e58e feat: custom id generation (#221)
* feat: custom id generation

* fix test

* fix: failing tests
2024-10-18 09:17:48 +03:00
Alex DuvalandGitHub 6e3f26c679 docs: fix typo 2024-10-18 00:24:46 +03:00
Bereket EngidaandGitHub ed65804dff refactor: email verification flow (#203) 2024-10-17 22:15:19 +03:00
Bereket EngidaandGitHub ab0d9cc309 feat: support useSession ssr for nuxt (#209) 2024-10-17 22:14:56 +03:00
Bereket Engida cda582f339 docs: wrong phone number api 2024-10-17 21:19:31 +03:00
Pachara ChantawongandGitHub 8bc293a0c9 Docs: Update middleware document for elysia integration and fix wrong path in example code (#213)
* docs: update middleware for elysia integration

* docs: correct path for betterAuthView
2024-10-17 20:29:02 +03:00
Bereket EngidaandGitHub e1898ab10d feat: add support plural flag for mongo db adapter (#212)
* feat: support plural flag for mongodb adapter

* docs: add doc
2024-10-17 19:48:51 +03:00
Bereket Engida 394b23fdb0 chore: lint 2024-10-17 19:48:07 +03:00
Bereket EngidaandGitHub 9a4f4cbce1 reafactor: phone number should use send-verify flow (#206) 2024-10-17 19:47:06 +03:00
JoshuaandGitHub 6a85675ec1 chore: update github link to open new tab (#208) 2024-10-17 18:41:14 +03:00
Bereket Engida 07ef653116 docs: update plugins guide 2024-10-17 15:21:36 +03:00
Bereket Engida f706460b45 chore: lint 2024-10-17 07:48:40 +03:00