]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/open_id_authentication/CHANGELOG
Merge branch 'master' into openid
[rails.git] / vendor / plugins / open_id_authentication / CHANGELOG
index 7349bd3c0c149349446aeaed76f026994ad0da1f..0c8971efdf4a0e48511bc40bfa42840c5dd5d8c2 100644 (file)
@@ -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]