Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Latest commit

 

History

History
43 lines (25 loc) · 1.42 KB

File metadata and controls

43 lines (25 loc) · 1.42 KB

Logo

React-oidc-client-js

OpenID Connect (OIDC) client with React and typescript

ℹ️ Project status: Not maintained

This project is no longer maintained.

It demonstrates a legacy approach where access tokens are stored in localStorage / sessionStorage, which is no longer considered secure for modern SPA applications.

👉 Current recommendation:
Use the Backend for Frontend (BFF) pattern, where tokens are handled server-side and never exposed to the browser.

Installation

Cloning app

  • git clone https://github.com/skoruba/react-oidc-client-js.git
  • cd src/

Install dependecies

  • Install dependecies - yarn install

Running app

App preview

Logo