Security - jamongx/twitter-clone GitHub Wiki
Network Isolation
- Use firewalls, VPCs, or other means to isolate services and limit their exposure to the internet.
Data Encryption
- Ensure that sensitive data is encrypted at rest and in transit.
Authentication and Authorization
- Consider how to secure services, JWT (JSON Web Tokens) or OAuth are popular choices.