-
Notifications
You must be signed in to change notification settings - Fork 8
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No secure handling of token for API yet #62
Comments
I prefer the keyring solution since it has been used in other repos too.. |
@nesnoj: when you say conform, you mean standardize, right? |
Yea, sorry for the bad word choice.. |
"Establish and enforce guidelines for Token security." - User Feedback |
Please go ahead @Bachibouzouk |
A token is used for the API.
How do we handle/store the token in a secure way? We definitely should not hard code it in our python scripts and push it to GitHub.
A small search gives us this options. Feel free to add other or comment:
The text was updated successfully, but these errors were encountered: