You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use this package on the server side that doesn't support localStorage, so I'm using a custom cache API to store the access token and other constants required by this package. It's very cool that this package already supports writing your own cache implementation, however the current implementation doesn't support asynchronous methods. Here's an example of what I want to accomplish.
I'd like to use this package on the server side that doesn't support
localStorage
, so I'm using a custom cache API to store the access token and other constants required by this package. It's very cool that this package already supports writing your own cache implementation, however the current implementation doesn't support asynchronous methods. Here's an example of what I want to accomplish.The text was updated successfully, but these errors were encountered: