Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavio/delegator
A simple rails app that gives you infinite openid identities
https://github.com/flavio/delegator
Last synced: about 1 month ago
JSON representation
A simple rails app that gives you infinite openid identities
- Host: GitHub
- URL: https://github.com/flavio/delegator
- Owner: flavio
- License: gpl-3.0
- Created: 2010-09-20T17:13:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-12T09:59:05.000Z (about 14 years ago)
- Last Synced: 2024-10-16T06:55:30.170Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: COPYING.txt
Awesome Lists containing this project
README
Delegator allows you to have infinite openid identities.
h2. How it works
A step-by-step guide:
* Get an invitation
* Register a new account
* Pickup an alias and associate a real openid identity to it
* Use _http://delegator_url/openid/alias_ as openid identity.
* Get infinite openid identities using the following url:_http://delegator_url/openid/alias+a_number_h3. A small example
Suppose you registered the alias '_foo_'
The following urls are all valid openid identities:
* _http://delegator_url/openid/foo_
* _http://delegator_url/openid/foo+1_
* _http://delegator_url/openid/foo+2_
* ... and so on...