Community contributed extensions

BrowserID [browserid] module

This module is for the Play 1.x series only.

BrowserID is an experimental new way of signing into websites. The goal with BrowserID is to design something safe and easy for users and the developers.

https://github.com/orefalo/play-browserid

Written by Olivier Refalo.

Published releases

0.1 Mar 08 2012 Documentation Try Play

To install locally this module use the install command:

play install browserid-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> browserid {version}