6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
== Recommended Secure Coding Practices
|
|
|
|
* Store the secret in a configuration file that is not pushed to the code repository.
|
|
* Use your cloud provider's service for managing secrets.
|
|
* If a secret has been disclosed through the source code: revoke it and create a new one.
|