OAuth login for src
OAuth login is now supported in src, and src auth token allows you to easily use your active token in scripts.

srcOAuth login is now supported in src, and src auth token allows you to easily use your active token in scripts.
You can now log in to src with OAuth, making it faster to connect src to your Sourcegraph instance without manually managing an access token.
We’ve also added src auth token, which prints the token for your current authenticated session. That makes it easier to use src in scripts and shell workflows, for example by passing $(src auth token) to other commands when needed.
Want to install and use src? Open the integrations page from your user menu to view instructions.
For more information on how to use src, see the docs.