0
117
Module for secure integration with API and protection of confidential data
Python
Developed an architectural template for integrating external services with a focus on security. All work with secret keys and tokens has been moved to isolated environment variables (.env), which eliminates data leakage from the repository…