This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue May 19 14:01:33 -0700 2009 | |
| |
LICENSE | Mon May 18 23:46:55 -0700 2009 | |
| |
README | Mon May 18 23:46:55 -0700 2009 | |
| |
Rakefile | Tue Sep 08 06:10:49 -0700 2009 | |
| |
VERSION.yml | Tue Sep 08 10:56:00 -0700 2009 | |
| |
lib/ | Sun May 31 16:47:42 -0700 2009 | |
| |
multipass.gemspec | Thu Sep 10 11:02:02 -0700 2009 | |
| |
test/ | Sun May 31 16:47:42 -0700 2009 |
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.







