X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/735493837b036f5609f42a363c7f58f04525194c..6a3cadb52d010b333a4acea8942bc4c13394e236:/vendor/plugins/open_id_authentication/CHANGELOG diff --git a/vendor/plugins/open_id_authentication/CHANGELOG b/vendor/plugins/open_id_authentication/CHANGELOG index 7349bd3c0..0c8971efd 100644 --- a/vendor/plugins/open_id_authentication/CHANGELOG +++ b/vendor/plugins/open_id_authentication/CHANGELOG @@ -1,3 +1,5 @@ +* Dump heavy lifting off to rack-openid gem. OpenIdAuthentication is just a simple controller concern. + * Fake HTTP method from OpenID server since they only support a GET. Eliminates the need to set an extra route to match the server's reply. [Josh Peek] * OpenID 2.0 recommends that forms should use the field name "openid_identifier" rather than "openid_url" [Josh Peek]