Use environment variable to store API token
Closed this issue · 2 comments
SanketDG commented
Currently, authtoken.API_TOKEN
is being used as the API key, instead, a environment variable can be used. The environment variable can be read with the help of os.environ.get()
method.
ueg1990 commented
i agree with this method 100%...its a very common method....i can send a pull request for this today unless you or someone else wants to go for it :)