Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

liftmodules/openid

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

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

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