Commit Graph

328 Commits

Author SHA1 Message Date
Bereket Engida
da7baf3e27 docs: improve docs 2024-10-23 20:25:41 +03:00
Bereket Engida
1912d1fd3f docs: add id gen guidelines 2024-10-23 19:37:10 +03:00
Bereket Engida
87e8778e37 refactor: move session action to getSession (#307) 2024-10-23 14:29:37 +03:00
limichange
b9a42d11d2 docs: fix typo (#298) 2024-10-23 08:01:13 +03:00
Daniel Roe
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 Khan
26b52dd38f docs: Use await in the next/headers to prevent errors (#296) 2024-10-23 00:43:32 +03:00
Gregor Wedlich
bc60020dab feat: linkedin (#295) 2024-10-22 22:49:47 +03:00
Gregor Wedlich
c5a876a6de feat: dropbox (#286) 2024-10-22 16:07:27 +03:00
Ted
ab827e5875 docs: fix typo singUp to signUp (#281) 2024-10-21 19:38:11 +03:00
Bereket Engida
29c698286a feat: require verification before enabling twofactor (#276) 2024-10-21 14:12:57 +03:00
Chetan Goti
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 Engida
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
limichange
4edc4289e5 docs: fix typo in basic-usage.mdx (#273) 2024-10-21 06:44:43 +03:00
Jose Valdivia
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 Wedlich
4a454bb6fe docs: email and password integration docs improved clarity and added new examples (#269) 2024-10-20 20:38:53 +03:00
NoHaxito
e97127ed18 docs: fix method typo in phone number plugin (#267) 2024-10-20 19:37:25 +03:00
Gregor Wedlich
f76e709a65 docs: fix typo corrected capitalization issue. (#263) 2024-10-20 16:48:31 +03:00
Md Mazedul Islam Khan
de7e9c747d docs: fix next headers import (#256) 2024-10-20 12:28:30 +03:00
Christian Andrés Bacho
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 Engida
6ad3fad231 refactor: change email should be opt-in (#249) 2024-10-19 21:30:26 +03:00
Mats
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 Bacho
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
ensi
0b66552299 docs: fix typo (#229) 2024-10-18 19:22:05 +03:00
Bereket Engida
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 Engida
05fd1e072d feat: multi session plugin (#204) 2024-10-18 17:27:37 +03:00
ensi
39a890d583 docs: fix typo (#225) 2024-10-18 13:54:36 +03:00
Krishna Santosh
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 Engida
6826e2e58e feat: custom id generation (#221)
* feat: custom id generation

* fix test

* fix: failing tests
2024-10-18 09:17:48 +03:00
Alex Duval
6e3f26c679 docs: fix typo 2024-10-18 00:24:46 +03:00
Bereket Engida
ed65804dff refactor: email verification flow (#203) 2024-10-17 22:15:19 +03:00
Bereket Engida
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 Chantawong
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 Engida
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 Engida
9a4f4cbce1 reafactor: phone number should use send-verify flow (#206) 2024-10-17 19:47:06 +03:00