Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Micspr/cefcf4cd70dceeefb45105012633c9cd to your computer and use it in GitHub Desktop.
Save Micspr/cefcf4cd70dceeefb45105012633c9cd to your computer and use it in GitHub Desktop.

React Router Authorization Instructor Notes

Objectives

  • Identify what happens when the applications loads
  • Identify where user information is stored
  • Explain how the AuthorizedRoute uses authentication information to determine what to do
  • Describe how the authentication informations is set, and where
  • Explain how the authentication information is used to make decisions in the Header and BlogPost components
  • Explain how the authentication information passed to the Header and BlogPost component

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment