Identity/BrowserID/InTheWild: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(BrowserID helpers for Devise)
(redirect list of libraries to github wiki)
Line 13: Line 13:


And a couple public libraries for using BrowserID:
And a couple public libraries for using BrowserID:
* [http://wordpress.org/extend/plugins/browserid/ WordPress]: WordPress
 
* [http://drupal.org/project/browserid Drupal]: Drupal
(list moved to https://github.com/mozilla/browserid/wiki/BrowserID-Libraries)
* [http://djangoproject.com Django]: [https://github.com/mozilla/django-browserid django-browserid] (see [http://godjango.com/11-browser-id/ screencast]) or [https://github.com/omab/django-social-auth django-social-auth]
* [https://github.com/intridea/omniauth-browserid omniauth-browserid]: BrowserID strategy for OmniAuth
* [https://github.com/webdetails/SpringSecurityBrowserID SpringSecurityBrowserID]: BrowserID login integration with the Spring framework
* [https://github.com/oscarfroberg/browserid-webpy web.py]
* [http://www.peterbe.com/plog/integrate-browserid-in-a-tornado-web-app Tornado]
* [https://rubygems.org/gems/warden-browserid Warden strategy] (Ruby)
* [https://rubygems.org/gems/devise-browserid BrowserID helpers for Devise] (Ruby)

Revision as of 18:38, 27 April 2012

Here is a list of sites that are known to use BrowserID for sign-ins.

And a couple public libraries for using BrowserID:

(list moved to https://github.com/mozilla/browserid/wiki/BrowserID-Libraries)