asgardeo / asgardeo-auth-react-sdk

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

`updateConfig` doesn't seem to work #222

Open brionmario opened 7 months ago

brionmario commented 7 months ago

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) :