stormpath / stormpath-sdk-android

Android library for Stormpath
http://www.stormpath.com
Apache License 2.0
18 stars 15 forks source link

MVP #1

Closed omgitstom closed 8 years ago

omgitstom commented 8 years ago

Support for:

Android SDK should allow for configuration for the endpoint of the integration (for example: https://whatever.com) and routes for individual functionality should be configured. By default, if the routes are not configured, the Stormpath SDK should default to the defaults for the integration.

Once an Access Token / Refresh Token combination is received, they should be stored in Shared Preferences on the device.

omgitstom commented 8 years ago

Basic

  1. Must support the use Maven / Gradle
  2. Use OkHTTP
  3. Use interfaces for loggings and storage that can be easy to replace

Initialization

  1. Configuration should be doing initialization of the SDK
dogeared commented 8 years ago

addressed by #6