Closed Babagilo closed 4 years ago
Page 96 of the page shows:
nosql.insert({ access_token: access_token, client_id: clientId, scope: rscope });
Should be: nosql.insert({ access_token: access_token, client_id: client.client_id, scope: rscope });
Thanks, this is fixed in the code and should also be fixed in the next edition of the text.
Page 96 of the page shows:
nosql.insert({ access_token: access_token, client_id: clientId, scope: rscope });
Should be: nosql.insert({ access_token: access_token, client_id: client.client_id, scope: rscope });