March 2017
Intermediate to advanced
360 pages
10h 44m
English
This chapter covers
Now that we’ve got a working OAuth client, it’s time to create a protected resource for the client to call with those access tokens. In this chapter, we’ll be building a simple resource server that our client can call and our authorization server can protect. We’ll be giving you a fully functional client and authorization server for each exercise, all designed to work together.
All of the exercises and examples in this book are built using Node.js and JavaScript. Each exercise ...
Read now
Unlock full access