This is the repo for Practicum's series of screencasts on authentication and authorization in React.
It contains branches corresponding to each of the screencasts in the series. The initial code is found
in the redirection-screencast branch.
git clone https://github.com/kvnloughead/react-auth-screencast.git
cd react-auth-screencast
git fetch origin <branch-name> # choose your branch
git checkout <branch-name>
npm install
npm run startredirection-screencastprotected-route-screencastregistration-screencastlogin-screencastchecking-tokens-screencast