https://github.com/liftmodules/openid
OpenID integration for Lift.
https://github.com/liftmodules/openid
Last synced: 5 months ago
JSON representation
OpenID integration for Lift.
- Host: GitHub
- URL: https://github.com/liftmodules/openid
- Owner: liftmodules
- Archived: true
- Created: 2012-05-27T15:24:03.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T19:27:22.000Z (over 11 years ago)
- Last Synced: 2024-03-26T13:24:38.004Z (about 2 years ago)
- Language: Scala
- Size: 1.73 MB
- Stars: 3
- Watchers: 29
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenID Lift Module
==================
This module provides integration with OpenID.
To include this module in your Lift project, update your `libraryDependencies` in `build.sbt` to include:
*Lift 2.6.x* for Scala 2.9 and 2.10:
"net.liftmodules" %% "openid_2.6" % "1.2"
*Lift 2.5.x* for Scala 2.9 and 2.10:
"net.liftmodules" %% "openid_2.5" % "1.2"
*Lift 3.0.x* for Scala 2.10:
"net.liftmodules" %% "openid_3.0" % "1.2-SNAPSHOT"
Documentation
=============
* [Lift Wiki page on OpenID](https://www.assembla.com/wiki/show/liftweb/OpenID)
* _Exploring Lift_, chapter 13 discusses [OpenID integration](http://exploring.liftweb.net/master/index-13.html).
**Note:** The module package changed from `net.liftweb.openid` to `net.liftmodules.openid` in May 2012. Please consider this when referencing documentation written before that date.
Notes for module developers
===========================
* The [Jenkins build](https://liftmodules.ci.cloudbees.com/job/openid/) is triggered on a push to master.