DEV Community

Anatoliy (Toli) Zaslavskiy
Anatoliy (Toli) Zaslavskiy

Posted on

Generate any Oauth token via CLI

Hey guys,
First post. I’ve been writing a few CLI utilities. My latest one generates an oauth token using the CLI. You just pass it a passport strategy (there’s one for just about any provider), pop in your key and secret, run the command and out comes a token!

https://github.com/tolicodes/node-cli-toolkit/tree/master/packages/generate-oauth-token-cli

I’d love to get feedback!

Top comments (0)