oidc-react-app icon indicating copy to clipboard operation
oidc-react-app copied to clipboard

Oidc Client implementation with React Context and react-router-dom, to manage the auth process and manage private and public routes

This project add the implementation of Oidc-client to Create React App.

Installation

You have to configure this variables IDENTITY_CONFIG and METADATA_OIDC and the environment variables inside of the env.development and .evn.production

After that run

npm start

or

npm run build