RateMyPlate Privacy
Last Updated: July 5, 2024
In order to post to the site you must login with one of the oauth partners.
- Discord
- Github
As far as information stored. I use the default schema in AUTH js to store users, accounts, sessions, etc. This information is not sent to the front end just the comments and plates. I believe it captures the email and name. I do not use this information for anything other than keeping bots from flooding the website. I do however tie each comment to the associated account as well if said person was the first commenter on a plate. That being said I can see how this could be a privacy concern.
Contact
If you have any questions please reach out to me at [email protected]
I am working on a way to delete your account and all associated data from the site automatically. If you would like to delete your account please reach out to me at the email above.
If there is content that is doxing in nature please reach out to me and I can manually remove it from the site.
Source Code
I have posted the source code for the project on github. You can view all of the code there. Source Code
Dashboard
I built a dashboard that for now only I have access to. It allows me to see the data without having to open a postgres viewer like PGAdmin. I am working on a way to allow users to see all of their data and comments.
Analytics
As of July 21, 2024 I have added plausible analytics to the site. Plausible is an open source analytics tool that does not track any personal information. This was added as I wanted to see if the site was getting traffic. You can view the Dashboard as well!