-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Milestone
Description
Priority: High | Estimate: S
Add missing fields to base user model that all auth levels need:
is_verified: bool- for email verification flowlast_login: datetime | None- tracking
Files
aegis/templates/.../app/models/user.pyaegis/core/migration_generator.py(AUTH_MIGRATION spec)
Acceptance Criteria
- User model has is_verified and last_login fields
- Migration spec updated
- Login endpoint updates last_login on success