In this chapter, we’ll walk through how to access your data at an existing OAuth 2.0 server. For this example, we’ll use the GitHub API, and build a simple application that will list all repositories the logged-in user has created.
- Create an Application
- Setting up the Environment
- Authorization Request
- Obtaining an Access Token
- Making API Requests