Skip to content

andychiare/react-auth0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-Auth0

This project was bootstrapped with Create React App.

It is a Single Page Application client for the netcore2-Auth0 Web API project. It integrates Auth0 security services in order to access the book list provided by the associated Web API project.

It is the companion code for the article Developing Web Apps with ASP.NET Core 2.0 and React - Part 2.

Running the project

In order to run the project you need to register to Auth0 services, get the security configuration data and put them into the Auth0Config.js file. The netcore2-Auth0 Web API project should be configured and running, too. Then type in a console window the following command to install the project dependencies in the node.js environment:

npm install

Then type the following command to run the application:

npm start

The application will open the default browser and redirect to the Auth0 authentication page. Once you provide a user's valid credentials, you will get access to the book list provided by the netcore2-Auth0 Web API project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published