Skip to content

tripleten-student/react-auth-screencast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

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 start

Branches

  1. redirection-screencast
  2. protected-route-screencast
  3. registration-screencast
  4. login-screencast
  5. checking-tokens-screencast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors