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
Several updates have been applied to the StorageManager since the first release of the API.
The StorageManager source code is not clean, not well tested and documented, the following updates should be implemented :
Remove deprecated methods
Add shortcut methods to easier recurrent operations (get the access token, get the refresh token, get the date when the access token where retrieved, get the expiration time, get the expiration date, etc...)
Move the code into a dedicated folder and create an abstract class AbstractStorageManager.
The current StorageManager implementation should be an AbstractHtml5StorageManager and 2 other classes have to be created Html5LocalStorageStorageManager and Html5SessionStorageStorageManager
The text was updated successfully, but these errors were encountered:
Several updates have been applied to the
StorageManager
since the first release of the API.The
StorageManager
source code is not clean, not well tested and documented, the following updates should be implemented :AbstractStorageManager
.StorageManager
implementation should be anAbstractHtml5StorageManager
and 2 other classes have to be createdHtml5LocalStorageStorageManager
andHtml5SessionStorageStorageManager
The text was updated successfully, but these errors were encountered: