GeorgiosIoannouCoder
commited on
Commit
•
7da5413
1
Parent(s):
d0730da
Update tokens.md
Browse files
tokens.md
CHANGED
@@ -59,7 +59,7 @@ MONGO_URI = st.secrets["MONGO_URI"]
|
|
59 |
|
60 |
## Security Best Practices
|
61 |
- Never commit tokens to version control
|
62 |
-
- Add `.env`
|
63 |
- Use read-only tokens when possible
|
64 |
-
- Regularly
|
65 |
- Set appropriate token permissions
|
|
|
59 |
|
60 |
## Security Best Practices
|
61 |
- Never commit tokens to version control
|
62 |
+
- Add `.env` to `.gitignore`
|
63 |
- Use read-only tokens when possible
|
64 |
+
- Regularly refresh your API keys
|
65 |
- Set appropriate token permissions
|