Hussein Raji
830d5c075a
docs: update custom session example ( #1508 )
2025-02-20 09:26:33 +03:00
Pukima
91bc0b74d7
docs: fix typo in node integration intro ( #1503 )
2025-02-19 19:29:41 +03:00
Bereket Engida
95cd58bea0
docs: clarify user table extension options in accounts documentation
2025-02-19 15:25:29 +03:00
KinfeMichael Tariku
261fe93173
fix(api): config in getSessionFromCtx overrides query param ( #1496 )
2025-02-19 13:35:50 +03:00
Alexandre Stahmer
add3820c0d
fix(open-api): add missing id field in generated OpenAPI for each schema (Models) ( #1491 )
2025-02-19 13:30:23 +03:00
Jacob
dcb4065c8a
docs: add a simple line to show that a tenant id can be passed optionally ( #1483 )
2025-02-19 09:45:52 +03:00
Bereket Engida
03fb6b2dfa
chore: lint
2025-02-16 16:10:02 +03:00
rohan nair
524d1c0375
demo: confirm password validation ( #1453 )
...
* fix: Next JS demo confirm password validation
* removing unnecessary imports
2025-02-16 16:09:20 +03:00
Konrad Serafin
08e0eb067f
example(astro): add missing imports, remove unused scripts, fix indentation ( #1455 )
...
Note for pages/index.astro: <script> moved outside <RootLayout> as per Astro convention.
2025-02-16 16:08:51 +03:00
Bereket Engida
5d945e00d9
chore: release v1.1.19-beta.2
v1.1.19-beta.2
2025-02-15 11:58:55 +03:00
Bereket Engida
8ff196ec0d
feat(one-tap): improve Google One Tap integration with JWT verification and improved prompt handling ( #1452 )
...
* fix(auth): use options.baseURL instead of ctx.baseURL on trusted origins
* feat(one-tap): improve Google One Tap integration with JWT verification and improved prompt handling
* feat(one-tap): add One Tap component for user authentication and fix prompt options
2025-02-15 11:56:06 +03:00
Bereket Engida
5dfb788838
fix(auth): use options.baseURL instead of ctx.baseURL on trusted origins
2025-02-15 09:47:14 +03:00
Levi Gunsallus
b6035062c0
docs: fix casing in features ( #1449 )
2025-02-15 09:15:35 +03:00
Stephen Lacy
2ecd3f4221
fix(oidc-plugin): user info endpoint casing to match OIDC spec ( #1446 )
2025-02-15 09:15:07 +03:00
Bereket Engida
4e08cc2dcf
chore: release v1.1.19-beta.1
v1.1.19-beta.1
2025-02-14 21:46:23 +03:00
Bereket Engida
5999071ede
feat(mongodb-adapter): support custom ID generation in MongoDB adapter ( #1444 )
...
* feat(mongodb-adapter): support custom ID generation in MongoDB adapter
* chore: remove log
2025-02-14 21:45:54 +03:00
Phanuwat-Pao
da2fd0b74c
fix(open-api): convert path parameters to OpenAPI format ( #1437 )
2025-02-14 21:42:47 +03:00
Maxwell
c3f2febf3b
docs: first page shouldn't show nav button to go to prev page ( #1442 )
2025-02-14 19:25:49 +03:00
Bereket Engida
e531a7c33f
chore: release v1.1.18
v1.1.18
2025-02-14 18:16:13 +03:00
Bereket Engida
b1e27fed8f
feat(username): add default validation and options for validating username ( #1345 )
...
* feat: add default validation and options for validating username
* chore: release v1.1.16-beta.5
* fix: include update-user
* chore: release v1.1.16-beta.6
2025-02-14 18:15:19 +03:00
Bereket Engida
56f47d85dd
chore: release v1.1.18-beta.3
v1.1.18-beta.3
2025-02-14 14:05:13 +03:00
Bereket Engida
b26f8334b3
feat(organization): leave organization ( #1239 )
2025-02-14 13:12:15 +03:00
Bereket Engida
b8d20c5e7b
chore: lint
2025-02-14 12:51:29 +03:00
Maged Ibrahim
1edfb9f698
docs: change google logo for colors compliance ( #1439 )
2025-02-14 12:42:30 +03:00
Bereket Engida
d701a926f8
docs: add example for linking OAuth accounts
2025-02-14 12:41:10 +03:00
Bereket Engida
a609acb799
feat(generic-oauth): oAuth2 link account ( #1208 )
2025-02-14 12:38:40 +03:00
Bereket Engida
f7a49404ab
feat(admin): set user password ( #1203 )
2025-02-14 12:28:26 +03:00
Bereket Engida
2116ace963
chore: release v1.1.18-beta.2
v1.1.18-beta.2
2025-02-14 11:40:40 +03:00
Bereket Engida
00a07824a2
fix: database hooks should use Partial types to avoid overwriting previous hooks returns
2025-02-14 11:34:42 +03:00
Bereket Engida
42ff704c6d
docs: update session management examples
2025-02-14 11:26:45 +03:00
Bereket Engida
07d4805611
fix: use Partial for body and query in InferRoute type
2025-02-14 11:26:45 +03:00
Bereket Engida
193df402fa
fix: log error in handleOAuthUserInfo
2025-02-14 11:26:45 +03:00
Maxwell
8c31eaea18
feat: support function for trusted origins configuration ( #1151 )
...
* feat: support function for trusted origins configuration
- Updated the trusted origins option to accept either an array or a function returning an array of origins.
- Modified middleware and utility functions to handle function-based trusted origins.
- Enhanced documentation and types to reflect the new trusted origin configuration capabilities.
- Integrated changes in the Expo plugin for consistent trusted origin handling across environments.
* pass request object and support promise returns
* fix types
* chore: lint
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com >
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com >
2025-02-14 11:19:44 +03:00
Maxwell
c4f89adbcd
docs: add example how to update password on the server ( #831 )
...
* add(docs): demo code to set password on the server.
* fix(docs): update password
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com >
2025-02-14 09:04:02 +03:00
Ted
b3371272fc
feat: custom generate token function for magic links ( #1362 )
2025-02-14 08:50:36 +03:00
Bereket Engida
0ea9c29cc8
fix(expo): headers should be retrieved from APIError in OAuth hook
2025-02-14 08:18:07 +03:00
Bereket Engida
909260ebf6
docs: remove commented-out code in passkey documentation
2025-02-12 17:38:59 +03:00
Bereket Engida
14407c0e6a
docs: remove commented-out code in passkey documentation
2025-02-12 17:38:22 +03:00
Bereket Engida
52fa176d9f
chore: release v1.1.18-beta.1
v1.1.18-beta.1
2025-02-12 13:33:45 +03:00
Bereket Engida
ec241e49fb
fix: remove zod type export from clients
2025-02-12 08:55:19 +03:00
Bereket Engida
1e318b87cc
fix(phone-number): ensure callbackOnVerification is called after user verification
2025-02-12 08:51:47 +03:00
Rahul Mishra
8fcec8ece1
docs: fix routes in hono integration example code ( #1417 )
2025-02-12 08:39:32 +03:00
Greg Jackson
f011c741e6
fix(cli): add on delete cascade constraint to drizzle references ( #1419 )
2025-02-12 08:39:00 +03:00
Joel
ed8631a217
docs: update introduction ( #1416 )
2025-02-11 21:16:47 +03:00
Bereket Engida
9445dbdb4c
fix(rate-limit): use the passed model name for rate limiter storage ( #1412 )
2025-02-11 19:40:16 +03:00
Matthias Feist
e1a9c054eb
docs: fix email OTP api ( #1413 )
...
Fixed error in docs
2025-02-11 19:14:00 +03:00
Bereket Engida
04b8d2d373
chore: release v1.1.17
v1.1.17
2025-02-11 13:32:49 +03:00
Bereket Engida
964864576d
docs: update nuxt integration example to correct auth import path
2025-02-11 13:03:13 +03:00
Ramadan Omar
7736be2a9c
a11y: show scrollbar ( #1390 )
2025-02-11 11:02:56 +03:00
Bereket Engida
c8bf5047b0
docs: update svelte examples
2025-02-11 08:39:55 +03:00