Skip to content

Add core identity flow with persisted sessions and migrations#2

Merged
rgomids merged 1 commit into
mainfrom
agent/phase-1
Mar 26, 2026
Merged

Add core identity flow with persisted sessions and migrations#2
rgomids merged 1 commit into
mainfrom
agent/phase-1

Conversation

@rgomids

@rgomids rgomids commented Mar 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • add the first functional identity slice with account creation, email/password login, and logout
  • introduce users and identity module internals for users, accounts, credentials, and revocable sessions
  • add Argon2 password hashing, JWT transport, SQL migrations, and global HTTP validation/error handling
  • update README, architecture, commands, phase status, handoff, and changelog for Phase 1

Testing

  • npm run lint
  • npm run build
  • npm run test:unit
  • npm run test:integration (skipped locally because Docker was unavailable)
  • npm run test:functional (skipped locally because Docker was unavailable)

@rgomids rgomids merged commit ec7aa67 into main Mar 26, 2026
1 check failed
@rgomids rgomids deleted the agent/phase-1 branch March 26, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant