dmolinari
  • Joined on 2025-06-16
dmolinari created branch feature/UDT-003 in dmolinari/SIG-CM2.0 2026-04-15 14:05:40 +00:00
dmolinari pushed to feature/UDT-003 at dmolinari/SIG-CM2.0 2026-04-15 14:05:40 +00:00
bce591e63c fix(auth): preserve JWT claim names in bearer middleware
dd99e5cc69 feat(web): UDT-003 formulario de alta de usuarios (admin)
3d598faffc feat(api): UDT-003 registro de usuarios — backend completo (Phases 1-6)
Compare 3 commits »
dmolinari pushed to main at dmolinari/SIG-CM2.0 2026-04-14 17:39:41 +00:00
023d30fce4 chore(repo): gitignore .claude/ local state and autogen src/src.sln
dmolinari pushed to main at dmolinari/SIG-CM2.0 2026-04-14 17:37:48 +00:00
5b3797a81c Merge pull request 'UDT-002: Logout + Refresh Token con rotación y chain revocation' (#3) from feature/UDT-002 into main
96dbeecc0f fix(web): use endsWith for /auth path exclusion in refresh interceptor
7fadb88da0 docs(web): smoke test checklist UDT-002 — login, refresh, logout, reuse detection
dd4f4dbd5e test(web): LoginPage — verify setAuth receives expiresIn and calculates expiresAt
bdaaaffaf6 feat(web): axiosClient — request/response interceptors with singleton refresh queue
Compare 37 commits »
dmolinari deleted branch feature/UDT-002 from dmolinari/SIG-CM2.0 2026-04-14 17:37:48 +00:00
dmolinari merged pull request dmolinari/SIG-CM2.0#3 2026-04-14 17:37:47 +00:00
UDT-002: Logout + Refresh Token con rotación y chain revocation
dmolinari created pull request dmolinari/SIG-CM2.0#3 2026-04-14 17:01:20 +00:00
UDT-002: Logout + Refresh Token con rotación y chain revocation
dmolinari pushed to feature/UDT-002 at dmolinari/SIG-CM2.0 2026-04-14 17:01:04 +00:00
96dbeecc0f fix(web): use endsWith for /auth path exclusion in refresh interceptor
7fadb88da0 docs(web): smoke test checklist UDT-002 — login, refresh, logout, reuse detection
dd4f4dbd5e test(web): LoginPage — verify setAuth receives expiresIn and calculates expiresAt
bdaaaffaf6 feat(web): axiosClient — request/response interceptors with singleton refresh queue
d40b7247fc feat(web): authApi — add refresh() and logout() with types and tests
Compare 35 commits »
dmolinari created branch feature/UDT-002 in dmolinari/SIG-CM2.0 2026-04-14 15:54:38 +00:00
dmolinari pushed to feature/UDT-002 at dmolinari/SIG-CM2.0 2026-04-14 15:54:38 +00:00
3b66415e17 fix(web): default API port to 5212
dmolinari pushed to main at dmolinari/SIG-CM2.0 2026-04-14 14:45:09 +00:00
cc532ff319 Merge pull request 'UI Design System: shadcn/ui + Tailwind 4 + layout shell' (#2) from feature/UI-DESIGN-SYSTEM into main
5e1e979377 refactor(web): LoginPage con shadcn Form, zod validation y Alert destructive
7eea0fd17c feat(ui): app shell con Sidebar, Header, ThemeToggle y HomePage grid de modulos
8acd2975ba feat(ui): shadcn/ui setup con componentes base, fonts y design tokens
Compare 4 commits »
dmolinari merged pull request dmolinari/SIG-CM2.0#2 2026-04-14 14:45:08 +00:00
UI Design System: shadcn/ui + Tailwind 4 + layout shell
dmolinari created pull request dmolinari/SIG-CM2.0#2 2026-04-14 14:45:01 +00:00
UI Design System: shadcn/ui + Tailwind 4 + layout shell
dmolinari pushed to main at dmolinari/SIG-CM2.0 2026-04-14 14:44:30 +00:00
b3d78ff56d Merge pull request 'UDT-001: Login (scaffolding + JWT RS256 end-to-end)' (#1) from feature/UDT-001 into main
a15d8c166e chore(udt-001): vite scaffold default assets
4fa891f340 chore(udt-001): add skill registry
6c4d572111 docs(udt-001): smoke test checklist
f4f063f5f0 test(udt-001): frontend tests (authStore, authApi, LoginPage - 11 tests)
Compare 15 commits »
dmolinari merged pull request dmolinari/SIG-CM2.0#1 2026-04-14 14:44:28 +00:00
UDT-001: Login (scaffolding + JWT RS256 end-to-end)
dmolinari created pull request dmolinari/SIG-CM2.0#1 2026-04-14 14:44:23 +00:00
UDT-001: Login (scaffolding + JWT RS256 end-to-end)
dmolinari created branch feature/UI-DESIGN-SYSTEM in dmolinari/SIG-CM2.0 2026-04-14 14:21:59 +00:00
dmolinari pushed to feature/UI-DESIGN-SYSTEM at dmolinari/SIG-CM2.0 2026-04-14 14:21:59 +00:00
5e1e979377 refactor(web): LoginPage con shadcn Form, zod validation y Alert destructive
7eea0fd17c feat(ui): app shell con Sidebar, Header, ThemeToggle y HomePage grid de modulos
8acd2975ba feat(ui): shadcn/ui setup con componentes base, fonts y design tokens
Compare 3 commits »
dmolinari created branch feature/UDT-001 in dmolinari/SIG-CM2.0 2026-04-14 00:36:56 +00:00
dmolinari pushed to feature/UDT-001 at dmolinari/SIG-CM2.0 2026-04-14 00:36:56 +00:00
a15d8c166e chore(udt-001): vite scaffold default assets
4fa891f340 chore(udt-001): add skill registry
6c4d572111 docs(udt-001): smoke test checklist
f4f063f5f0 test(udt-001): frontend tests (authStore, authApi, LoginPage - 11 tests)
a692576bc3 feat(udt-001): frontend auth UI (Zustand store, TanStack Query, LoginPage, router)
Compare 10 commits »