Rahul Mishra
840a052d91
chore: export captcha plugin ( #1525 )
2025-02-21 12:32:24 +03:00
Bereket Engida
7fc8d803dd
chore: update better-call to version 1.0.2
2025-02-21 10:12:48 +03:00
Bereket Engida
0324e6e8bc
chore: release v1.2.0-beta.11
v1.2.0-beta.11
2025-02-21 01:26:45 +03:00
Bereket Engida
0196304e5b
Merge remote-tracking branch 'origin/v1.2' into v1.2
2025-02-21 01:26:22 +03:00
Bereket Engida
cccb6fbaa3
Merge branch 'main' into v1.2
2025-02-21 01:20:54 +03:00
Bereket Engida
d26e600c66
chore: release v1.1.19
v1.1.19
2025-02-21 00:58:23 +03:00
Bereket Engida
848b47f567
chore:lint
2025-02-20 23:27:17 +03:00
Ted
15f97ff0ff
feat(oidc): allow header auth for token endpoint ( #1484 )
2025-02-20 23:21:16 +03:00
Ben King
5f6cbe9478
fix(email-otp): don’t save email address as user name ( #1519 )
...
Co-authored-by: benkingcode <ben@lionfeet.com >
2025-02-20 23:17:12 +03:00
Pratiyank Kumar
9b02e0aae2
demo: fix React prop spreading warnings in CodeEditor component ( #1321 )
2025-02-20 22:43:34 +03:00
josselinonduty
a50950d487
docs: fix headers api example for nitro ( #1307 )
2025-02-20 22:38:35 +03:00
Thomas Lekanger
b9c01f3c49
docs: fix typo ( #1517 )
...
genericOAuth plugin uses ``scopes`` not ``scope``
2025-02-20 22:35:07 +03:00
Bereket Engida
35e300b005
refactor: add overrideAll option for create session
2025-02-20 22:30:08 +03:00
Gordon Ta
6c28ad3e9b
docs: improve cross subdomain cookies docs ( #1324 )
...
docs/concepts/cookies:
- updated the `Cross Subdomain Cookies` section with missing details and additional information to make subdomain cookies work
docs/reference/security:
- updated the `Cookies` section with corrected attribute and option names
2025-02-20 22:02:32 +03:00
Adam El Taha
b56f6da8e2
docs: remove unneeded import from JWT docs ( #1344 )
2025-02-20 21:59:25 +03:00
Bereket Engida
4d324f433d
chore: lint
2025-02-20 21:58:56 +03:00
Arda Soyturk
b9ccfff628
feat(cli): add support for auth.server.ts ( #1456 )
2025-02-20 21:54:22 +03:00
KinfeMichael Tariku
954b1dcb74
fix(admin): unban should reset expiration date and reason ( #1469 )
2025-02-20 21:53:45 +03:00
Thiago Felix
e51332022a
fix(oauth): set tokens on oauth account created during link ( #1462 )
2025-02-20 21:53:22 +03:00
KinfeMichael Tariku
072c597500
fix(admin): impersonate user session expiration ( #1471 )
...
* fix: impersonate user session expiration
* console leak
2025-02-20 21:52:26 +03:00
Alessandro Jean
9c3b5c377f
fix(generic-oauth): support allowDifferentEmails on Generic OAuth Plugin ( #1481 )
2025-02-20 21:51:55 +03:00
Hussein Raji
a718cf5b04
docs: fix typo ( #1514 )
...
Correct error handling example snippet for sign in without email verification
2025-02-20 21:51:18 +03:00
Gregor Wedlich
28f186c6d0
feat(two-factor): activate two factor with email OTP to avoid Insecure skipVerificationOnEnable ( #1445 )
...
* Revise Email and Password integration docs: improved clarity and added new examples
* Enable OTP activation after successful verification
- Remove pre-check for twoFactorEnabled in OTP verification endpoint.
- Update user record (twoFactorEnabled: true) after correct OTP submission.
- Refresh session with updated user data.
2025-02-20 20:50:36 +03:00
Bereket Engida
ba11b97dbd
chore: release v1.1.19-beta.3
v1.1.19-beta.3
2025-02-20 20:48:55 +03:00
Bereket Engida
a280dc78b6
chore: fix types
2025-02-20 15:09:47 +03:00
Bereket Engida
da45b1a6aa
refactor: type issues with the magic link plugin
2025-02-20 15:07:47 +03:00
kzlar
63fbd91077
feat: add context to database hooks ( #1180 )
...
database hooks now contain endpoint context on their callback
---------
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com >
2025-02-20 15:02:50 +03:00
Bereket Engida
bf47aaed2f
fix(passkey): remove client export from the server plugin ( #1511 )
2025-02-20 10:13:55 +03:00
Bereket Engida
d80a12a4b5
fix(db): normalize email to lowercase in change email verification
2025-02-20 10:13:31 +03:00
Bereket Engida
56c65d9e09
Merge pull request #1475 from runreal/oidc-fixes
...
OIDC plugin related bug fixes
2025-02-20 09:29:53 +03:00
warman
8ac1ffeaae
fix(oidc-plugin): sub is required /userinfo response ( #1504 )
2025-02-20 09:26:56 +03:00
Hussein Raji
830d5c075a
docs: update custom session example ( #1508 )
2025-02-20 09:26:33 +03:00
Bereket Engida
6ff11bd5ae
Merge branch 'main' into v1.2
2025-02-20 09:25:05 +03:00
Bereket Engida
883c5a9f0e
Merge branch 'main' into v1.2
2025-02-20 09:22:45 +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
90c449b945
chore: release v1.2.0-beta.10
v1.2.0-beta.10
2025-02-18 00:25:19 +03:00
Bereket Engida
9cb72a5447
chore: update better-call dependency to use catalog versioning
2025-02-18 00:20:27 +03:00
warman
459e7d9635
fix(jwt-plugin): include alg in jwks response
2025-02-17 16:09:09 -05:00
warman
c39e1031e3
fix(oidc-plugin): store and handle nonce value
2025-02-17 16:08:08 -05:00
Bereket Engida
0a47a402e2
feat(one-tap): implement account linking
2025-02-17 23:51:39 +03:00
warman
c0bd42876a
fix(oidc-plugin): deleteVerificationValue call by id
2025-02-17 14:55:10 -05:00
Bereket Engida
0a9975f4ce
chore: release v1.2.0-beta.9
v1.2.0-beta.9
2025-02-17 09:32:30 +03:00
Bereket Engida
f737b3b02f
docs(admin): update usage instructions to include adminUserIds option
2025-02-17 08:24:12 +03:00
Bereket Engida
2020e1f24d
feat(admin): add adminUserIds option for custom admin access control
2025-02-17 08:24:12 +03:00
Bereket Engida
e3faaf031c
chore: lint
2025-02-17 08:24:12 +03:00
rohan nair
adf8d6dcda
demo: confirm password validation ( #1453 )
...
* fix: Next JS demo confirm password validation
* removing unnecessary imports
2025-02-17 08:24:12 +03:00