Skip to content

feat: implement password reset with anti-enumeration and session revo… - #101

Merged
3m1n3nc3 merged 2 commits into
learnault:mainfrom
shepherd-001:feature/password-reset
Jul 18, 2026
Merged

feat: implement password reset with anti-enumeration and session revo…#101
3m1n3nc3 merged 2 commits into
learnault:mainfrom
shepherd-001:feature/password-reset

Conversation

@shepherd-001

Copy link
Copy Markdown

…cation

Add Session and AuditLog modesl to Prisma schema

Add forgot-paswword and reset-password schemas and routes

Implement neutral response for antil-enumeration

Add token-based password reset with expiry and single-use

Revoke all active sessions on successful password reset

Add audit loggin for password reset actions

Update OpenAPI documentation

Closes #78

Shepherd added 2 commits July 18, 2026 16:50
…cation

Add Session and AuditLog modesl to Prisma schema

Add forgot-paswword and reset-password schemas and routes

Implement neutral response for antil-enumeration

Add token-based password reset with expiry and single-use

Revoke all active sessions on successful password reset

Add audit loggin for password reset actions

Update OpenAPI documentation
@3m1n3nc3
3m1n3nc3 merged commit 5b09de8 into learnault:main Jul 18, 2026
1 check passed
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.

Feature: Implement Password Recovery and Reset API

2 participants