Identity/BrowserID/InTheWild: Difference between revisions
Jump to navigation
Jump to search
(add a link to the warden strategy) |
(BrowserID helpers for Devise) |
||
| Line 20: | Line 20: | ||
* [https://github.com/oscarfroberg/browserid-webpy web.py] | * [https://github.com/oscarfroberg/browserid-webpy web.py] | ||
* [http://www.peterbe.com/plog/integrate-browserid-in-a-tornado-web-app Tornado] | * [http://www.peterbe.com/plog/integrate-browserid-in-a-tornado-web-app Tornado] | ||
* [https://rubygems.org/gems/warden-browserid Warden strategy] | * [https://rubygems.org/gems/warden-browserid Warden strategy] (Ruby) | ||
* [https://rubygems.org/gems/devise-browserid BrowserID helpers for Devise] (Ruby) | |||
Revision as of 22:23, 14 April 2012
Here is a list of sites that are known to use BrowserID for sign-ins.
- Haskellers: meeting place for professional Haskell developers
- Libravatar: Open Source federated avatar hosting
- My Favorite Beer: official BrowserID demo
- Open Photo: Open Source photo sharing
- Munchy Lunchy: Munchy Lunchy reservation site
- Tools Atto: A personal site in Belgium
- Monocles: Monocles Beta site
- Verese: Verese Beta site
- Richard Milewski blog: A personal site in US
- 5apps News Community-edited news aggregator for HTML5/JS/etc
And a couple public libraries for using BrowserID:
- WordPress: WordPress
- Drupal: Drupal
- Django: django-browserid (see screencast) or django-social-auth
- omniauth-browserid: BrowserID strategy for OmniAuth
- SpringSecurityBrowserID: BrowserID login integration with the Spring framework
- web.py
- Tornado
- Warden strategy (Ruby)
- BrowserID helpers for Devise (Ruby)