How are y'all doing OAuth from CLI?
I'm reading an @oktadev blog that recommends running a server on localhost:8080 to handle the redirect.
https://developer.okta.com/blog/2018/07/16/oauth-2-command-line
The @heroku CLI uses a meet-in-the-middle service that the CLI polls until the auth is done.
I'm reading an @oktadev blog that recommends running a server on localhost:8080 to handle the redirect.
https://developer.okta.com/blog/2018/07/16/oauth-2-command-line
The @heroku CLI uses a meet-in-the-middle service that the CLI polls until the auth is done.


