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.
This is a React Router based application for navigation and page authorization based on roles and permissions vio Auth0 Rules and Scopes.
- 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.
In the project directory, you can run:
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.