Skip to content

Instantly share code, notes, and snippets.

@chrisvanpatten
Created July 13, 2012 01:20
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 chrisvanpatten/3102157 to your computer and use it in GitHub Desktop.
Save chrisvanpatten/3102157 to your computer and use it in GitHub Desktop.
get '/login' do
openid_user = get_user(params[:token])
user = User.first_or_create(
:identifier => '123456',
:email => 'chris@vanpattenmedia.com',
:nickname => 'Chris',
:photo_url => 'http://blah.com/cvp'
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment