0.05
No commit activity in last 3 years
No release in over 3 years
Bare bones implementation of encoding and decoding MultiPass values for SSO.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project 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.