Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.19 KB

This project was bootstrapped with Create React App.

Check and see Securing React Apps with Auth0 course on Pluralsight.

Integrated with Auth0 a universal authentication & authorization platform for web, mobile and legacy applications.

React-Auth0

This is a React Router based application for navigation and page authorization based on roles and permissions vio Auth0 Rules and Scopes.

What I Learned

  • Configure Auth0 authentication provider to React app.
  • Connect via Auth0 to authentication providers like Google and Facebook to login and fetch user profile data.
  • React Router for page navigation that bases on user authentication and authorization rights.
  • React Context to share data across application.
  • Using session storage.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.