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

New built-in OAuth Access Token Store: iCloud Key-Value Storage #85

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2016

  1. Implemented a simple iCloud Key Value Store that conforms to requirem…

    …ents for an OAuth Access Token Store.
    Fabio Milano committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    2c3cbe3 View commit details
    Browse the repository at this point in the history
  2. Implemented private method for synchronising an iCloud key-value stor…

    …age. If in DEBUG configuration a proper exception is raised in case the synchronisation fails.
    Fabio Milano committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    7a56746 View commit details
    Browse the repository at this point in the history
  3. Updated docs

    Fabio Milano committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    528af1d View commit details
    Browse the repository at this point in the history
  4. Improved if statement in case of error when trying to initializing an…

    … iCloud Key-Value based access token store.
    Fabio Milano committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    6c545a2 View commit details
    Browse the repository at this point in the history