lumi-work / git.cow

https://git-cow.vercel.app
MIT License
5 stars 0 forks source link

feat: The user should be able to completely disconnect from GitHub and have their data deleted #25

Closed tw4 closed 2 hours ago

tw4 commented 2 hours ago

For security reasons, users should know how to completely delete and remove their own accounts. User information should be deleted from the database due to data retention policy.

You can delete an account in the user settings page.

chefberke commented 2 hours ago

The security policy mentioned actually belongs to github, when the application is logged in, all data is collected at that moment and a conclusion is drawn accordingly, if you exit the application, no data remains with us

if you want to completely unlink your account from git.cow:

github > settings > applications > authorised oauth apps > ‘lumi-works’ > revoke

This process can be performed by following the steps.

If there is a data we collect in the future, you should have no doubt that measures will be taken as a security policy.