0๐
User not found in storage
You incorrect storage object used to persist User for currently authenticated user.
Remove undefined
from new Oidc.WebStorageStateStore(undefined)
.
userStore
by default work with session storage
.
If you want to use local storage
just do it new WebStorageStateStore({ store: window.localStorage })
- [Vuejs]-Alert inside a For Loop
- [Vuejs]-How to get X,Y coordination after release the Click + Move the mouse at same time โ VueJs
Source:stackexchange.com