Skip to content

Instantly share code, notes, and snippets.

@rogerwschmidt
Last active January 10, 2019 17:59
Show Gist options
  • Save rogerwschmidt/dca28112b0a441a988b31fc69ea6dc1e to your computer and use it in GitHub Desktop.
Save rogerwschmidt/dca28112b0a441a988b31fc69ea6dc1e 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