asgardeo / asgardeo-auth-react-sdk

To maintain the implementation of Asgardeo React authentication SDK
Apache License 2.0
40 stars 91 forks source link

Fix state.isAuthenticated update on page reload #175

Closed DonOmalVindula closed 1 year ago

DonOmalVindula commented 1 year ago

Purpose

This will fix the issue where state.isAuthenticated value is set to false when the page is refreshed even when the user is already authenticated.

Related Issue