Typical use case:
- User adds my Power-Up
- User uninstalls my Power-Up and revokes API access
- Within a week, my server checks …/compliance/memberPrivacy/ API and sees “tokenRevoked” event for the user.
- My app scrubs the user’s data from my system
Is the following something that could occur?
- User adds my Power-Up
- User uninstalls my Power-Up and revokes API access
- User changes their mind and adds Power-Up again
- Within a week, my server checks …/compliance/memberPrivacy/ API and sees “tokenRevoked” event for the user (<-- Would this still happen? This would cause me to effectively delete an active user in my system)