-
-
Save ellismarte/84b3a34906ff57480d8e69cf67a31e4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As a user I want to delete my account. | |
-send a request to delete the account | |
-retrieve session data from redis | |
-check account matches data in redis | |
-send user an email confirming they want to delete the account | |
-in the email they have to click a link which has a parameter | |
-the parameter is an hmac sig | |
-when they click the link the backend checks the hmac sig is valid then deletes the account that is stored in the hmac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment