Nsustain / nsustain.com

🌳 Source code for Nsustain.com
https://nsustain.com
MIT License
3 stars 0 forks source link

Add oAuth without storing any user information #8

Closed soobinrho closed 1 year ago

soobinrho commented 2 years ago

Design the backend such that the oAuth doesn't take any user information other than the authentication itself, so that the database doesn't store any user data because - well - we don't need any user data!

We should minimize storage of user data because the best way to prevent hacking is to have nothing to be hacked in the first place.

We'll use oAuth just for giving users the permission to post or edit their posts.