Commit graph

138 commits

Author SHA1 Message Date
Claude Code
0241ad6579 feat(sso-auth): Update AuthController to add/modify SSO authentication endpoints for new authentication methods and external identity provider integrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:47 -07:00
Claude Code
78abf081dd security(throttling): 🔒️ Fix rate-limiting bypass vulnerabilities in throttling strategy implementations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:47 -07:00
Claude Code
f085caf093 security(throttling): 🔒️ Enforce stricter rate-limiting rules and validate ProfileAnalyticsDto with throttleKey field
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 13:56:38 -07:00
Claude Code
dd594bfc6b security(sso-backend): 🔒️ Strengthen authentication and session security with CSRF protection, account lockout, MFA, and session management updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:25:59 -07:00
Claude Code
b60a5bff7f security(throttling): 🔒️ Update ThrottlerStorageRedisService to enhance Redis storage efficiency and implement sliding-window rate limiting; refactor ThrottlingModule to expose the new service.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:20:16 -07:00
Claude Code
6a52ff6b1c feat(users-user): Add OAuth2 login support for SSO integration in UsersService
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:14:36 -07:00
Lilith
0a24bf704e feat(sso-backend-api): Introduce OAuth provider schema migrations including 5 new database columns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 16:02:54 -08:00
Lilith
eacc5fb4e7 fix(auth): 🐛 Fix incorrect token validation in AuthController to properly handle expired JWT tokens
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 02:56:33 -08:00
Lilith
ca079593a0 feat(sso-focus): Add SSO admin session management, streaming animation triggers, and updated localization strings for company messaging
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 00:15:53 -08:00
Lilith
a7928d8a62 feat(sso-backend-api): Update AppModule to register new SSO provider/service or configure environment-specific SSO settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 16:13:04 -08:00
Lilith
f5b896f6f3 feat(sso): Add image-based CAPTCHA challenge support via ImageProcessingConstants integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 15:36:12 -08:00
Lilith
5867035b72 chore(sso/backend-api/settings): 🔧 Restructure SettingsController logic, add validation, and improve readability in /features/sso/backend-api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 14:33:25 -08:00
Lilith
ef8ae4eddc chore(features): 🔧 Update TypeScript files in features directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 14:26:22 -08:00
Lilith
1fe38b8123 chore(features): 🔧 Update TypeScript files in feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 14:19:06 -08:00
Lilith
a0448cadc3 chore(src): 🔧 updated build scripts and dependency configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 13:41:57 -08:00
Lilith
d266717223 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 10:42:30 -08:00
Lilith
5e794c7781 chore(src): 🔧 Update TypeScript files in src directory (16 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 09:53:49 -08:00
Lilith
7a51858991 chore(src): 🔧 Update TypeScript files in src directory (25 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 02:35:34 -08:00
Lilith
0d8ea3d052 chore(components): 🔧 Update component dependencies and add missing dev dependency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 02:29:28 -08:00
Lilith
35f905778e chore(features): 🔧 Update TypeScript files in the features directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 00:45:27 -08:00
Lilith
68ff5d23ac feat(quality-assurance-with): Update TypeScript linting/format consistency across 30 src files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:35:42 -08:00
Lilith
0c6babb054 chore(src): 🔧 Update TypeScript files in src directory to maintain consistency across 24 modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-11 23:14:47 -08:00
Lilith
afc3adfc68 chore(src): 🔧 Update 16 source files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:33:41 -08:00
Lilith
388c234576 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:27:18 -08:00
Lilith
30790412d5 chore(sso/backend-api): 🔧 Update .env.example with OAuth2 provider environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 17:42:13 -08:00
Lilith
8bf0ed6a08 chore(src): 🔧 Update configuration, utility, and helper files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 16:52:28 -08:00
Lilith
5ad3aa1b77 chore(deps): 🔧 Update dependency versions in package.json and lock files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-07 23:35:36 -08:00
Lilith
0da423aaf7 chore(sso/backend-api): 🔧 Update .env.example with latest SSO backend API env var templates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 14:45:18 -08:00
Lilith
84ad4dd708 feat(auth): Add VerificationGate component with dynamic verification flow config support and update auth controller to handle new DTO-based verification requests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 12:21:05 -08:00
Lilith
f8d4d17a0c chore(auth): 🔒 Add liveness verification DTO and update auth service/controller for real-person checks during registration/login
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 07:56:08 -08:00
Lilith
9947e32ab8 chore(src): 🔧 Update module imports and dependencies in app.module.ts to align with new service architecture
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 07:49:48 -08:00
Lilith
3c957c9787 chore(config): 🔧 Update TypeScript configuration in tsconfig.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 07:10:03 -08:00
Lilith
7aa29beb4c deps-upgrade(marketplace): ⬆️ Update frontend dependencies in marketplace features to latest minor/patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 06:55:58 -08:00
Lilith
186c5bd8d2 deps-upgrade(marketplace/frontend-public): ⬆️ Update React, UI libraries, and core dependencies to latest versions for security/compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 06:10:07 -08:00
Lilith
5ffcaad8c0 chore(src): 🔧 Update OnboardingJourneyPage.tsx, app.module.ts, and related utility files for consistency improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 05:57:29 -08:00
Lilith
9435c324b0 chore(features): 🔧 Update GuestRoutes.tsx, index.ts, and related utility files for routing consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:00:44 -08:00
Lilith
841f6213b5 chore(marketplace/frontend-public): Update dependencies to latest stable versions in package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 03:53:50 -08:00
Lilith
e03b2f945c deps-upgrade(dependencies): ⬆️ Update dependencies in frontend-app, frontend-admin, and backend-api profiles to align with newer versions for consistency, security, and feature compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:57:34 -08:00
Lilith
8174d63a01 chore(features): 🔧 Update TypeScript files in features directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 18:36:20 -08:00
Lilith
79be828a8c chore(features): 🔧 Update TypeScript files in the features directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 18:25:40 -08:00
Lilith
6b7f2e91e5 chore(features): 🔧 Update TypeScript files in feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 18:19:58 -08:00
Lilith
7679de2b10 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 01:42:34 -08:00
Lilith
544be84af5 chore(sso): 🔒 Enhance SSO security features and related infrastructure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:29 -08:00
Lilith
2438db1213 chore(features): 🔧 Update TypeScript files in feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:20:49 -08:00
Lilith
507be3d72d chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:14:32 -08:00
Lilith
ee2f9892da chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 21:23:57 -08:00
Lilith
dcae150ea6 chore: snapshot before monorepo consolidation
Capture current working state before converting platform-codebase
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:30 -08:00
Lilith
c4d2d01964 chore(features): 🔧 Update admin-users.service.ts, password-reset.service.ts, and related feature files 2026-01-26 03:00:17 -08:00
Lilith
b07c0c4eea chore(src): 🔧 Update TypeScript files in src directory (30 files) 2026-01-26 00:47:44 -08:00
Lilith
6bf9f2a5c1 chore(src): 🔧 Update TypeScript files in src directory (22 files) 2026-01-26 00:42:18 -08:00