Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couchbaselabs/cordova-browserid
Log into your PhoneGap apps using Mozilla Persona aka BrowserID
https://github.com/couchbaselabs/cordova-browserid
Last synced: 1 day ago
JSON representation
Log into your PhoneGap apps using Mozilla Persona aka BrowserID
- Host: GitHub
- URL: https://github.com/couchbaselabs/cordova-browserid
- Owner: couchbaselabs
- Created: 2013-03-06T19:40:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T07:00:37.000Z (over 11 years ago)
- Last Synced: 2024-04-12T16:19:11.878Z (9 months ago)
- Language: Objective-C
- Size: 129 KB
- Stars: 11
- Watchers: 162
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mozilla Persona (aka Persona) and PhoneGap / Cordova, together at last.
This plugin is a reasonably non-dirty workaround to [the existing issues with browserid and PhoneGap](https://github.com/mozilla/browserid/issues/2034).
It includes code from the [Couchbase fork of the Mozilla iOS Persona SDK](https://github.com/couchbaselabs/browserid-ios).
The gist is that rather than trying to work with the PhoneGap web view, or the ChildBrowser plugin, or the system browser, instead it just brute forces a new webview, just like you would do if you were a native app.
To install, use [plugman](https://github.com/imhotep/plugman) and run it like this:
plugman --debug --platform ios --project $MYPRJOJECT --plugin git://github.com/couchbaselabs/cordova-browserid.git
Sorry, only iOS support for now. Happy to accept pull reqs for Android.