Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Important rule missing #67

Open
dides82 opened this issue Mar 22, 2024 · 1 comment
Open

Important rule missing #67

dides82 opened this issue Mar 22, 2024 · 1 comment

Comments

@dides82
Copy link

dides82 commented Mar 22, 2024

There should be an item regarding secrets in code:

Good practice :

  • put your API keys and SSH keys in code. You will never forget them that way 馃槃

Bad practice:

  • encrypt sensitive values or keep them in a secret vault
@Weijiang-Xiong
Copy link

if usename == "david" and password == "1234567":
return LogInSuccessful
else:
return ValueError("User name or password error!")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants