-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# android-authenticator | ||
|
||
An Android authenticator to be used by other andoid application and with integrated synchronisation of contacts | ||
|
||
# TODO | ||
|
||
In it's currently state it's just experimentation, did not had time to no much more. | ||
|
||
What's left and things to improve: | ||
|
||
* contact synchronisation is not finished | ||
|
||
Things to improve before being reused by other Android applications: | ||
|
||
* right now the authenticator store and provide the password in clear because that's what REST access need since XWiki itself does not provide any token based access by default |