In src/oauth2/index.coffee, under token() method, there is a hard-coded basic auth token (this won't work anywhere), we need to replace this with the code that can create Basic authorization for the client using its clientId, and clientSecret returned from postauthorize.
In src/oauth2/index.coffee, under token() method, there is a hard-coded basic auth token (this won't work anywhere), we need to replace this with the code that can create Basic authorization for the client using its clientId, and clientSecret returned from postauthorize.