You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ AngularJS module that adds user authentication to your app with [UserApp](https:
16
16
*[Services](#services)
17
17
*[Directives](#directives)
18
18
*[Events](#events)
19
+
*[PhoneGap](#phonegap)
19
20
*[Example](#example)
20
21
*[Help](#help)
21
22
*[License](#license)
@@ -519,6 +520,12 @@ To connect your AngularJS app to a back-end API, perform the AJAX requests on th
519
520
});
520
521
```
521
522
523
+
## PhoneGap
524
+
525
+
This module works perfectly out of the box with [PhoneGap](http://phonegap.com/).
526
+
But if you want persistent sessions (like the Facebook, Twitter, and Instagram apps has), you need to include [userapp-phonegap](https://github.com/userapp-io/userapp-phonegap) into your project.
527
+
It will automatically extend the AngularJS module with functionality that sets up persistent sessions.
528
+
522
529
## Example
523
530
524
531
See [example/](https://github.com/userapp-io/userapp-angular/tree/master/example) for a demo app based on [angular-seed](https://github.com/angular/angular-seed).
0 commit comments