Forum Discussion
Former Member
2 years agoWhere should access tokens be stored?
Hello,
I just set up a connect server, and was unsure of what to do with the access token. Is it safe to store it in source code now that all requests have to go through the connect server? Where ...
Former Member
2 years agoDefinitely never store your access token in source code.
An ideal / typical setup is that you keep your access token in a normal vault (whereever you keep your other logins, etc...)
Whenever you run your code, you set an ENV variable (PWD_TOKEN or something like that) and pass it to your code as an environment variable