README.markdown in authlogic-connect-0.0.5.1 vs README.markdown in authlogic-connect-0.0.6

- old
+ new

@@ -1,35 +1,17 @@ # AuthlogicConnect -AuthlogicConnect is an extension of the Authlogic library that aims to add complete and seamless Oauth and OpenID support to your application. +> Instant Oauth and OpenID support for your Rails and Sinatra Apps -It allows you to login through any of the 30+ Oauth and OpenID providers on the Internet without having to write any of the logic yourself. +AuthlogicConnect is an extension of the Authlogic library that adds complete Oauth and OpenID support to your application. It provides a single interface to Oauth 1.0 and Oauth 2.0. -That makes life easy and gives you a lot of power. +It currently allows you to login with Github, Facebook, Twitter, Google, LinkedIn, MySpace, Vimeo, and Yahoo Oauth providers, and all the OpenID providers. Feel free to add support for more as you need them. -Here's a **[live example](http://authlogic-connect.heroku.com)** on Heroku ([with source](http://github.com/viatropos/authlogic-connect-example)). +Here's a **[live example](http://authlogic-connect.heroku.com)** on Heroku ([with source](http://github.com/viatropos/authlogic-connect-example)). [Here's the Docs](http://rdoc.info/projects/viatropos/authlogic-connect) -## Supported Providers +### Lists of known providers: -AuthlogicConnect currently allows you to login with 7 Oauth providers and all the OpenID providers. Feel free to add support for more as you need them. - -### Oauth - -- Twitter -- Facebook -- Google -- LinkedIn -- MySpace -- Vimeo -- Yahoo - -### OpenID - -- MyOpenID - -### Lists of all known providers here: - - [Oauth Providers](http://wiki.oauth.net/ServiceProviders) - [OpenID Providers](http://en.wikipedia.org/wiki/List_of_OpenID_providers) - [More OpenID](http://openid.net/get-an-openid/) ## Install @@ -231,11 +213,11 @@ * **Rails 2.3.5 Example:** [http://github.com/viatropos/authlogic-connect-example-rails2](http://github.com/viatropos/authlogic-connect-example-rails2) * **Rubygems Repository:** [http://rubygems.org/gems/authlogic-connect](http://rubygems.org/gems/authlogic-connect) ## Rest... -Thanks for the people that are already extending the project, all the input making things move much faster. +Thanks for the people that are already extending the project, all the input making things move much faster. [Andrew Cove](http://github.com/andrewacove) and [Daf](http://github.com/daf) have helped me quite a bit, thanks guys. Feel free to add to the wiki if you figure things out or make new distinctions. ## Flow @@ -243,6 +225,10 @@ - Session logs into provider - On success, if no user, redirect to User#create #### Notes -- Build mechanize tool to automatically create applications with service providers. +- Build mechanize tool to automatically create applications with service providers. + +### Todo + +- Add [Andrew Cove's](http://github.com/andrewacove) idea of a "Merge Code". So if user creates Facebook account logs out, and create Twitter account, a code they can use to pass to facebook account so it knows it's associated with Twitter. \ No newline at end of file