about summary refs log tree commit homepage
DateCommit message (Collapse)
2013-03-12local-openid 0.4.0 - non-standard ports and schemes v0.4.0
We now support exposing instances to OpenID consumers on non-standard ports and non-HTTP schemes. This feature is contingent on your OpenID consumer supporting these, too. Thanks to Nathan Paul Simons for sending an early implementation of this feature.
2013-03-05use Rack::Request#base_url for server_root
Nathan Paul Simons reported the need to include the port for certain consumers. Since we don't want to blindly add the port for users on standard HTTP/HTTPS ports, we can use Rack::Request#base_url to generate the URL for us. Rack::Request#base_url is available since Rack 1.3.0
2012-08-18Rakefile: update fm_update task for freecode.com
freshmeat is now freecode, and requires HTTPS
2012-07-01local-openid 0.3.0 - compatibility improvements v0.3.0
This release brings a major compatibility improvement from Lionel Elie Mamane: The OpenID provider identifier and user identifier are now distinct and compliant with the OpenID 2.0 specification. The user identifier is unchanged: http://${HOST}/ The provider identifier (and provider endpoint URL) is now http://${HOST}/provider If you were not able to get local-openid working with a certain site in the past, this version may work for you. Please report any compatibility problems to local.openid@librelist.org and hopefully somebody can help. Unreported issues can never be fixed. The Sinatra dependency is relaxed to allow any 1.x version (tested with 1.3.2 and 1.0.0).
2012-07-01README: use consistent domain for mailing list
librelist.org is favored since .com is associated with commercial interests (which I certainly do not have).
2012-07-01gemspec: loosen Sinatra version dependency
sinatra 1.3.2 appears to work fine, and I expect any 1.x version to continue to do so, too.
2012-07-01update packaging to use pkg.mk + wrongdoc
No more JavaScript on the homepage!
2012-07-01doc: shorten URLs
bogomips.org went on a URL diet a few years ago.
2012-06-25separate OpenID Provider identifier and user identifier to be distinct
As per OpenID Authentication 2.0 specification section 11.2, the two are not allowed to be equal. The user identifier is unchanged: http://${HOST}/ The provider identifier (and provider endpoint URL) is now http://${HOST}/provider Signed-off-by: Eric Wong <normalperson@yhbt.net>
2010-08-30README: note config.yml is lazily created
Based on the experiences of a real user.
2010-06-26gemspec: fix email address
2010-06-26command-line option parsing v0.2.0
2010-06-26fixup packaging
Switch to the same system used by some of my other projects, which includes Atom feeds and Freshmeat/RAA updating.
2010-06-26make this a modular sinatra application
This should make the RubyGem work more reliably.
2009-04-06local-openid 0.1.1 - fix Sinatra dependency v0.1.1
2009-04-05README: rdoc formatting fixes
2009-04-05Documentation bits v0.1.0
2009-04-05initial commit