Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/flatirons
A merb 1.x app that's an openid provider, based on the rails example in ruby-openid
https://github.com/atmos/flatirons
Last synced: 3 months ago
JSON representation
A merb 1.x app that's an openid provider, based on the rails example in ruby-openid
- Host: GitHub
- URL: https://github.com/atmos/flatirons
- Owner: atmos
- License: mit
- Created: 2008-10-28T23:31:13.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-09-23T00:42:34.000Z (over 15 years ago)
- Last Synced: 2024-04-15T13:59:31.807Z (9 months ago)
- Language: Ruby
- Homepage: http://github.com/atmos/flatirons/
- Size: 426 KB
- Stars: 19
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
flatirons
---------This is a little merb app that serves as an openid provider. The rails provider
app inside of the ruby-openid gem is dated and has 0 specs. I needed one at work
and it seemed best to learn the code by specing as I go. This works w/ merb
1.0.6.Requirements (UNIX)
-------------------
% sudo gem install bundler
% gem bundleOn Localhost
------------
% script/merb -p 4001
To connect to this you're going to need a user, we can't register them yet though. :\
Have your browser redirect to http://localhost:4001/users/:id
The development environment has a user 'atmoose'
with email '[email protected]'
with password 'foo'
it's useful for testing clientsA client should hit 'http://localhost:4001/users/atmoose
In Staging
----------
Ghetto God Config that uses 'pkill -9 -f merb' in the stop scriptIn Production
-------------
Ghetto God Config that uses 'pkill -9 -f merb' in the stop scriptDiagrams
--------
http://flickr.com/photos/atmos/3054931483/
http://www.cl.cam.ac.uk/users/sjm217/misc/openid-protocol.pdfOpenID Tester
-------------
http://www.openidenabled.com/resources/openid-test/Guidance
-------------
http://openid.net/specs/openid-authentication-2_0.html
http://wiki.openid.net/OpenID_Authentication_2.0