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

Results 3 oidc-react-app issues
Sort by recently updated
recently updated
newest added

When i try to run the reactjs app using npm start command and getting error below. I also added .env file. TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type...

I was hoping I could use this in one of my projects. Could you add an appropriate license? I guess you intention is that this is free to use for...

Hello, I'm not sure if question is the right one but in IDENTITY shouldn't be also provided client_secret ? ``` authority: process.env.REACT_APP_AUTH_URL, //(string): The URL of the OIDC provider. client_id:...