View on GitHub

reading-notes

Learning Notes Repo for Code Fellows

Bearer Authentication

  1. Write the following steps in the correct order:
  1. What can you do with an authorization code?
  1. What can you do with an access token?
  1. What’s a benefit of using OAuth instead of your own basic authentication?

Terms

<==Back