DestinyItemManager / dim-mobile-client

DIM Mobile Client for Android, iOS, and Windows 10 Mobile
4 stars 3 forks source link

Custom Http to interact with Bungie.net. #7

Open SunburnedGoose opened 8 years ago

SunburnedGoose commented 8 years ago

Need an Http client for accessing Bungie.net. It needs to be aware of the responses, error codes, and request payloads such as the user token.

SunburnedGoose commented 8 years ago

Here's an implementation to review.

https://auth0.com/blog/2016/02/18/ionic-2-authentication-how-to-secure-your-mobile-app-with-jwt/