Commit Graph

9 Commits

Author SHA1 Message Date
NMerz
645cdc90f9 Ready for presentation 2020-12-04 12:25:14 -05:00
NMerz
6f003fe56c Add profile picture deletion 2020-12-03 22:05:49 -05:00
NMerz
87039579f7 Send more detailed account deletion email
Use SES to send an account deletion confimration email to the user when they delete their account.
2020-11-04 22:08:34 -05:00
NMerz
34d74aae6a Treat ListSharee as access table
This is so that multiple users can be paired with a single list.

In the future, we may want to reconsider list deletion behavior to simply remove a user's access and only delete it when no one has access.

We may also want the user deletion Lambda to use the list deletion Lambda when it is created.
2020-10-24 14:46:56 -04:00
Clayton Wilson
c1a8103da8 Various layout improvements 2020-10-09 01:35:16 -04:00
Clayton Wilson
c5bb117136 User delete lambda 2020-10-08 17:49:50 -04:00
Clayton Wilson
925a249b4c user delete debugging 2020-10-08 12:34:14 -04:00
NMerz
8c526d3b8d SignOut and forced signout on delete
Added signout functionality and forced signout on delete.
2020-10-05 22:27:24 -04:00
NMerz
fe846fb81f Delete Lambda prototype
Prototype the User DELETE lambda. Amplify does not include this functionality, so putting it in a Lambda with the fine-grained API. This currently does not invalidate outstanding tokens nor does it clean up the database.
@claytonwwilson You will want to add the clean up code instead of the deleted stuff in UserDeleter
2020-10-05 12:29:28 -04:00