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
Consider removing these methods from the interface and replace them with the explicit calls being asked for. For instance, the methods should be getUserId, getRedirectUri, etc. The querying can then be handled internally however the author of the storage class seels best.
The text was updated successfully, but these errors were encountered:
I really like the idea of pulling this out. We are having issues because we are using multiple instances of redis as our data storage (user credentials, admin credentails, token storage), Our Storage Class is getting way to army knife so anything that pulls these kinda of methods out are great. Thanks!
Consider removing these methods from the interface and replace them with the explicit calls being asked for. For instance, the methods should be
getUserId
,getRedirectUri
, etc. The querying can then be handled internally however the author of the storage class seels best.The text was updated successfully, but these errors were encountered: