-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Android SDK needs AccountManager supportable Login Authentication
The current api gives following json results after login with X-BB-SESSION as token !!
{
"result": "ok",
"data": {
"user": {
"name": "cesare",
"status": "ACTIVE",
"roles": [
{
"name": "registered"
}
]
},
"signUpDate": "2014-01-23 23:00:18",
"X-BB-SESSION": "41b7ce0f-be44-4737-b346-907483155ad8"
},
"http_code": 200
}
1>There is no option in baasbox android sdk api for adding the auth token (X-BB-SESSION ) to BaasDocument (to retrive REST API) such that it can be used for write-your-own-android-authenticator ( http://blog.udinic.com/2013/04/24/write-your-own-android-authenticator/) with Android AccountManager!
2>AccountManager api we can't do Multi user login !
- We can't use sync adapter with AccountManager !
Metadata
Metadata
Assignees
Labels
No labels