<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<headerclass="cf">
<section>
<ahref="http://www.intridea.com"id="tag"></a>
<divid="title">
<imgsrc="img/logo.png"id="reg_logo">
<h1>Omniauth</h1>
</div>
<divid="quick_links"class="cf">
<spanclass="button_outer"><ahref="https://github.com/intridea/omniauth"class="button">Fork this on Github</a></span>
<spanclass="button_outer"><ahref="https://github.com/intridea/omniauth/issues"class="button">Report a Problem</a></span>
</div>
</section>
</header>
<divid="header_border"></div>
<divid="content_container">
<divrole="main"id="content"class="cf">
<divclass="col">
<h2>What is Omniauth?</h2>
<p>The web application landscape has changed drastically in the past few years. Most users login in to dozens, sometimes hundreds of services each day; sites are no longer silos unto themselves and cannot reasonably expect users to create a unique login and password for each service. This is where OmniAuth comes in.</p>
<p>OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, secure, and flexible. Any developer can create strategies for OmniAuth that can authenticate users via disparate systems. OmniAuth strategies have been created for everything from Facebook to LDAP.</p>
<h2>Who’s Using OmniAuth?</h2>
<p>Hundreds of people are leveraging the advantages of super simple, secure authentication with OmniAuth in their applications. From event registration sites to online wholesale distribution stores, to online trading platforms and beyond, developers are relying on OmniAuth to streamline user authentication in their systems. </p>
<p>By default, OmniAuth will return auth information to the path
<code>/auth/:provider/callback</code> inside the Rack environment. In Sinatra,
for example, a callback might look something like this:</p>
<pre><codeclass="code"># Support both GET and POST for callbacks<br/>%w(get post).each do |method|<br/> send(method, "/auth/:provider/callback") do<br/> env['omniauth.auth'] # => OmniAuth::AuthHash<br/> end<br/>end</code></pre>
<p>For additional documentation, you should see the <ahref="https://github.com/intridea/omniauth/wiki">OmniAuth wiki</a>.</p>
</div>
<divclass="col">
<h2>Try OmniAuth!</h2>
<p>Want an idea of the different providers OmniAuth gives you the ability to authenticate through? Try out any of the providers in the list below, each one is a live example of authenticating with OmniAuth!</p>
<p>Michael has been with Intridea since 2007 and works to build Intridea's portfolio of products. With many years of experience working as both a designer and a developer, Michael specializes in helping to bridge the gap between the back-end development and the front-end design of a project.</p>
<p>Michael is a prolific member of the Ruby on Rails community, having released popular open source libraries such as OmniAuth and spoken at conferences including RailsConf and RubyConf.</p>