Soleone / multipass forked from entp/multipass

Bare bones implementation of encoding and decoding MultiPass values for SSO.

This URL has Read+Write access

name age message
file .gitignore Tue May 19 14:01:33 -0700 2009 remove TODO [technoweenie]
file LICENSE Mon May 18 23:46:55 -0700 2009 initial implementation, ripped from tender_mult... [technoweenie]
file README Mon May 18 23:46:55 -0700 2009 initial implementation, ripped from tender_mult... [technoweenie]
file Rakefile Loading commit data...
file VERSION.yml
directory lib/
file multipass.gemspec
directory test/
README
MultiPass
=========

Bare bones implementation of encoding and decoding MultiPass values for SSO.

MultiPasses are json hashes encrypted with strong AES encryption.  They are typically
passed as cookie values, URL params, or HTTP header values, depending on how
the individual service chooses to implement it.  

The idea is that if a site wants to automatically create a local user based
on the login credentials of another site, it will look for a MultiPass.  This 
MultiPass can contain the user's email address, name, etc.