ok guy

Results 2 issues of ok guy

Hi, I'm trying to implement oauth2 password grant by following the [docs](https://docs.stormpath.com/nodejs/express/latest/authentication.html#oauth2-password-grant). When I try to run ``` http://localhost:3000/oauth/token POST /oauth/token HTTP/1.1 Host: myapi.com Content-Type: application/x-www-form-urlencoded Authorization: Basic grant_type=password &[email protected]...

I'm trying to chain an async function, and am getting a type error. Can anyone point me in the right direction? ``` const fooRes: Result = await foo(); const barRes...