alexandria-reader / backend

Alexandria reading app back end
https://tryalexandria.com/
6 stars 1 forks source link

Updated routes to deal with user deletion. #141

Closed eamon0989 closed 2 years ago

eamon0989 commented 2 years ago

…letion route

Description

Added user password verification route, removed password from user deletion route (as password can't be sent with delete requests, the verification is done first).

Related Issue

Acceptance Criteria

Type of Changes

Type
:bug: Bug fix
:sparkles: New feature
:hammer: Refactoring
:100: Add tests
:link: Update dependencies
:scroll: Docs

Updates

Before

After

Testing Steps / QA Criteria