Skip to content

Conversation

@mishankov
Copy link
Member

  • Add DELETE /me endpoint to auth API
  • Implement DeleteHandler with proper authentication
  • Add Delete method to auth repository
  • Add DeleteUser method to auth service that deletes sessions first
  • Add DeleteSessionsByUserId method to session service and repository

- Add DELETE /me endpoint to auth API
- Implement DeleteHandler with proper authentication
- Add Delete method to auth repository
- Add DeleteUser method to auth service that deletes sessions first
- Add DeleteSessionsByUserId method to session service and repository
@coveralls
Copy link

coveralls commented Dec 11, 2025

Pull Request Test Coverage Report for Build 20143839227

Details

  • 22 of 59 (37.29%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 23.789%

Changes Missing Coverage Covered Lines Changed/Added Lines %
auth/domain.go 0 2 0.0%
auth/handler_delete.go 22 24 91.67%
session/service.go 0 3 0.0%
auth/repository.go 0 7 0.0%
session/repository.go 0 9 0.0%
auth/service.go 0 14 0.0%
Totals Coverage Status
Change from base Build 19963434955: 0.6%
Covered Lines: 378
Relevant Lines: 1589

💛 - Coveralls

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.

3 participants