Skip to content

History / OmniAuth: Overview

Revisions

  • Gem oauth2 does not need to be required directly since omniauth-facebook depends on it and it will be installed anyway.

    @DawidJanczak DawidJanczak committed Nov 11, 2012
  • Changed `users/sessions#new` into `devise/sessions#new`. Same for `#destroy`. There is no Users::SessionsController.

    ardavis committed Oct 13, 2012
  • Updated OmniAuth: Overview (markdown)

    @jlxw jlxw committed Oct 3, 2012
  • Updated OmniAuth: Overview (markdown)

    @jmthomas jmthomas committed Sep 18, 2012
  • Fix initial Gemfile where we add OmniAuth OAuth

    @jmthomas jmthomas committed Sep 18, 2012
  • Updated OmniAuth: Overview (markdown)

    @gguerini gguerini committed Jul 7, 2012
  • explained process of adding required columns to User table.

    @kibaekr kibaekr committed Jun 30, 2012
  • Adding specific mention of what "our model" is referencing.

    @andrewcase andrewcase committed Jun 22, 2012
  • Added a check at new_with_session on whether the email was blank or not. otherwise the user will not be able to change the email used for registration.

    @shadysayed shadysayed committed Jun 12, 2012
  • indd

    @rodrigoflores rodrigoflores committed Jun 9, 2012
  • Updated OmniAuth: Overview (markdown)

    @bguest bguest committed Jun 9, 2012
  • Fix of security issue...

    @bguest bguest committed Jun 9, 2012
  • Updated OmniAuth: Overview (markdown)

    @benlangfeld benlangfeld committed May 29, 2012
  • if you bang the user creation, the else case of @user.persisted? in Users::OmniauthCallbacksController#facebook will never be called.

    @bbenezech bbenezech committed May 17, 2012
  • Revert 266864b9aeb6396cb46f861916a8f7b094ac8751^ ... 266864b9aeb6396cb46f861916a8f7b094ac8751

    @rodrigoflores rodrigoflores committed May 17, 2012
  • Destroyed OmniAuth: Overview (markdown)

    @pierrea pierrea committed May 16, 2012
  • When using the Google code sample (but with my corporate OpenID provider) I found that I didn't get redirected back to the protected page after login. It turned out that :verify_authenticity_token was wiping my session because no token was present. But I don't think the OpenID server will ever send a token.

    @mcary mcary committed May 8, 2012
  • I just got through this, pretty annoying and there are a lot of old and misleading threads connecting Omniauth / Devise / Facebook. Hopefully this will keep people from wasting their time debugging this.

    @mojowen mojowen committed May 2, 2012
  • Remove (my) bad code

    @joeybaker joeybaker committed Apr 17, 2012
  • updated sample code, google returns a slightly different result now

    @joeybaker joeybaker committed Apr 17, 2012
  • Updated OmniAuth: Overview (markdown)

    @koenhandekyn koenhandekyn committed Apr 15, 2012
  • Updated OmniAuth: Overview (markdown)

    @koenhandekyn koenhandekyn committed Apr 15, 2012
  • Updated OmniAuth: Overview (markdown)

    @sxtxixtxcxh sxtxixtxcxh committed Apr 12, 2012
  • Updated OmniAuth: Overview (markdown)

    @sxtxixtxcxh sxtxixtxcxh committed Apr 12, 2012
  • Reversing recent update as original was correct

    @reggieb reggieb committed Mar 22, 2012
  • syntax error in User::OmniauthCallbacksController declaration

    @reggieb reggieb committed Mar 22, 2012
  • Updated OmniAuth: Overview (markdown)

    @lest lest committed Mar 16, 2012
  • Updated OmniAuth: Overview (markdown)

    indirect committed Jan 24, 2012
  • Updated OmniAuth: Overview (markdown)

    indirect committed Jan 24, 2012
  • Clarified that the "catch all" route is only needed if you have route globbing. Otherwise it's a confusing and needless step.

    josephers committed Jan 20, 2012