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

Clean, test and refactor the StorageManager component #3

Open
4 tasks
bgaillard opened this issue Mar 23, 2015 · 0 comments
Open
4 tasks

Clean, test and refactor the StorageManager component #3

bgaillard opened this issue Mar 23, 2015 · 0 comments
Assignees
Milestone

Comments

@bgaillard
Copy link
Member

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
@bgaillard bgaillard added this to the 0.2.0 milestone Mar 24, 2015
@bgaillard bgaillard self-assigned this Nov 4, 2015
@bgaillard bgaillard modified the milestones: 0.3.0, 1.0.0 Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant