TerryMooreII / angular-azure-mobile-service

An AngularJS service to interact with the Azure Mobile Service Client.
MIT License
68 stars 17 forks source link

Allow sending an existing token to login with provider #37

Closed brutaldev closed 9 years ago

brutaldev commented 9 years ago

The mobile services API allows sending in an existing token to login so that it is not necessary to launch a provider pop-up. This is useful in hybrid apps where the token can be retrieved through the native API and passed in to create the session.

brutaldev commented 9 years ago

Thanks for merging in the change, when will v1.3.11 released?

TerryMooreII commented 9 years ago

@brutaldev I had issues with my person dev laptop. Once I get that back up and running in the next day or so I will get this released. Sorry for the delay.

brutaldev commented 9 years ago

@TerryMooreII No problem, I have another pull request coming soon to allow sending query parameters to table functions.