An easy way to try OAuth2 with Stormz
First ensure to have nodeJS (and yarn) installed
yarn
cp test_conf.sample.json test_conf.json
And edit test_conf.json
with your oauth2 applications and account informations.
All examples are runnables and output to the console your user informations.
yarn password_credentials
[src: password_credentials_flow.js]
yarn authorization_code
[src: authorization_code_flow.js]
yarn implicit_grant