Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created February 10, 2015 01:28
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lopezjurip/c509eadf1e31b45825a9 to your computer and use it in GitHub Desktop.
Save lopezjurip/c509eadf1e31b45825a9 to your computer and use it in GitHub Desktop.
Create Doorkeeper authorization via rails console
app = Doorkeeper::Application.create!(:name => 'myapp', :redirect_uri => 'myapp://oauth/callback')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment