asgardeo / asgardeo-auth-react-sdk

To maintain the implementation of Asgardeo React authentication SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`updateConfig` doesn't seem to work

brionmario opened this issue · comments

Describe the issue:

The updateConfig function from the useAuthContext hook, doesn't seem to update the context of the SDK after it's been initialized.

How to reproduce:

Initial SDK Config

{
    storage: "sessionStorage"
}

Update the storage on the fly.

const { updateConfig } = useAuthContext();

updateConfig({
    storage: "webWorker"
});

This doesn't update the SDK to web worker. Validate with React Dev Tools as well.

Expected behavior:

SDK context should be updated.

Environment information (Please complete the following information; remove any unnecessary fields) :

  • SDK Version: 4.0.1
  • OS: Mac
  • Browser: Chrome