2464 Commits

Author SHA1 Message Date
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
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
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
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
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
warman
c0bd42876a fix(oidc-plugin): deleteVerificationValue call by id 2025-02-17 14:55:10 -05: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