Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing userStore in VuexOidcClientSettings type #173

Open
clementdubois opened this issue Jul 22, 2021 · 0 comments
Open

Missing userStore in VuexOidcClientSettings type #173

clementdubois opened this issue Jul 22, 2021 · 0 comments

Comments

@clementdubois
Copy link

I am using typescript and I was trying to store user information in SessionStorage instead of default LocalStorage.

The solution I found is to add userStore setting like this :

vuexOidcCreateStoreModule({
  // ... all settings ,
  userStore : new WebStorageStateStore({ store: window.sessionStorage })
})

It works well but I have a typescript error because the associated type : VuexOidcClientSettings doesn't contains userStore attributes.

Have I done something wrong or is it just an accidental omission ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant