I have a side project (a web app) which requires login via Facebook and Google to work. I intend to release it publicly but before that I want to make sure I'm GDPR compliant.
The web app stores minimal info for the user such as the email (encrypted) and their first name (the data is provided from the social networks I mentioned above).
I looked online for help on how to make sure a web app is GDPR compliant but it's confusing. Is there someone here with actual experience on this who can provide some guidance? Is there an official guide in layman's terms on how to do that?
Thanks