https://github.com/skoruba/react-oidc-client-js
OpenID Connect (OIDC) client with React and typescript
https://github.com/skoruba/react-oidc-client-js
identityserver4 openid openid-client openid-connect react typescript
Last synced: about 1 month ago
JSON representation
OpenID Connect (OIDC) client with React and typescript
- Host: GitHub
- URL: https://github.com/skoruba/react-oidc-client-js
- Owner: skoruba
- License: mit
- Created: 2018-07-07T08:00:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T20:57:29.000Z (over 2 years ago)
- Last Synced: 2025-03-31T11:21:11.900Z (2 months ago)
- Topics: identityserver4, openid, openid-client, openid-connect, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 177
- Watchers: 6
- Forks: 74
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# React-oidc-client-js
> OpenID Connect (OIDC) client with React and typescript
- This is sample application that contains [oidc-client-js](https://github.com/IdentityModel/oidc-client-js) and `React` with `Typescript`.
- The application is based on `create-react-app` - [Create React App](https://github.com/facebook/create-react-app)
# Project status
[](https://ci.appveyor.com/project/JanSkoruba/react-oidc-client-js)# Installation
## Cloning app
- `git clone https://github.com/skoruba/react-oidc-client-js.git`
- `cd src/`## Install dependecies
- Install dependecies - `yarn install`
## Running app
- `yarn start` - start the web server that is running on [http://localhost:4200](http://localhost:4200)
- The application is connected to `OpenID Connect Provider` that is running on [https://demo.identityserver.io/](https://demo.identityserver.io/)
- This STS has configured a SPA client to run on http://localhost:4200, therefore a sample application will be running on this port `4200`.## App preview
