nxtgauge-backend-rust/apps
Ashwin Kumar Sivakumar 8a29b81c84
All checks were successful
build-and-release / build (gateway) (push) Successful in 1m33s
build-and-release / build (graphic-designers) (push) Successful in 2m13s
build-and-release / build (ugc-content-creators) (push) Successful in 2m12s
build-and-release / build (users) (push) Successful in 4m48s
build-and-release / build (catering-services) (push) Successful in 1m22s
build-and-release / build (job-seekers) (push) Successful in 3m20s
build-and-release / build (companies) (push) Successful in 2m36s
build-and-release / build (social-media-managers) (push) Successful in 2m18s
build-and-release / build (tutors) (push) Successful in 2m41s
build-and-release / build (customers) (push) Successful in 1m38s
build-and-release / build (employees) (push) Successful in 3m16s
build-and-release / build (makeup-artists) (push) Successful in 1m46s
build-and-release / build (photographers) (push) Successful in 2m39s
build-and-release / build (jobs) (push) Successful in 1m5s
build-and-release / build (cron) (push) Successful in 1m40s
build-and-release / build (leads) (push) Successful in 2m18s
build-and-release / build (payments) (push) Successful in 3m10s
build-and-release / build (fitness-trainers) (push) Successful in 1m25s
build-and-release / build (video-editors) (push) Successful in 2m11s
build-and-release / build (developers) (push) Successful in 1m43s
feat(admin-auth): add POST /api/admin/auth/refresh for sliding session window
Admin access tokens expire after 15 minutes with no way to renew one, so
active admins got logged out mid-work with no warning (silent 401s, now
surfaced by admin-solid's session-expired dialog). Add a refresh endpoint
that exchanges the HttpOnly nxtgauge_admin_token cookie for a new 15-minute
access token, rotating the employee_sessions row (revoke old, store new) -
mirrors the existing pattern in apps/users/src/handlers/auth.rs, but against
the DB-backed employee_sessions table instead of Redis.

Add EmployeeRepository::get_by_id / get_valid_session_by_token / revoke_session
to support it.

The admin-solid frontend calls this on a timer while the admin is active and
skips it once idle for 15 minutes, so the session now extends while active
and expires on inactivity as intended, instead of on a fixed wall-clock timer.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-19 00:14:08 +05:30
..
catering_services chore: retrigger isolated CI builds for services with stale bad digests 2026-07-15 04:14:58 +05:30
companies fix: end-to-end workflow fixes for company/job-seeker and profession flows 2026-07-18 11:40:01 +02:00
cron chore: retrigger isolated CI builds for 6 more services on bad digests 2026-07-15 03:01:39 +05:30
customers fix: end-to-end workflow fixes for company/job-seeker and profession flows 2026-07-18 11:40:01 +02:00
developers chore: retrigger isolated CI builds for services with stale bad digests 2026-07-15 04:14:58 +05:30
employees feat(admin-auth): add POST /api/admin/auth/refresh for sliding session window 2026-07-19 00:14:08 +05:30
fitness_trainers chore: retrigger isolated CI builds for 6 more services on bad digests 2026-07-15 03:01:39 +05:30
gateway chore: retrigger isolated CI builds for 6 more services on bad digests 2026-07-15 03:01:39 +05:30
graphic_designers chore: retrigger isolated CI builds for services with stale bad digests 2026-07-15 04:14:58 +05:30
job_seekers chore: retrigger isolated CI builds for 8 services stuck on bad digests 2026-07-15 02:32:46 +05:30
jobs chore: retrigger isolated CI builds for 6 more services on bad digests 2026-07-15 03:01:39 +05:30
leads chore: retrigger isolated CI builds for 8 services stuck on bad digests 2026-07-15 02:32:46 +05:30
makeup_artists chore: retrigger isolated CI builds for services with stale bad digests 2026-07-15 04:14:58 +05:30
payments fix: end-to-end workflow fixes for company/job-seeker and profession flows 2026-07-18 11:40:01 +02:00
photographers chore: retrigger isolated CI builds for photographers, payments 2026-07-15 03:23:56 +05:30
social_media_managers chore: retrigger isolated CI builds for users, social-media-managers (again) 2026-07-15 05:50:21 +05:30
tutors chore: retrigger isolated CI builds for 6 more services on bad digests 2026-07-15 03:01:39 +05:30
ugc_content_creators chore: retrigger isolated CI builds for 6 more services on bad digests 2026-07-15 03:01:39 +05:30
users Increase LiteLLM request timeout from 60s to 180s 2026-07-18 14:23:04 +02:00
video_editors chore: retrigger isolated CI builds for services with stale bad digests 2026-07-15 04:14:58 +05:30