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

skoruba/react-oidc-client-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenID Connect (OIDC) client with React and typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors