Skip to content

Instantly share code, notes, and snippets.

@caffo
Created January 28, 2013 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caffo/4660318 to your computer and use it in GitHub Desktop.
Save caffo/4660318 to your computer and use it in GitHub Desktop.
user = User.from_omniauth(env['omniauth.auth'])
session[:auth_token] = user.auth_token
----
user = User.from_omniauth(env['omniauth.auth'])
session[:auth_token] = user.auth_token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment