Sha256: 74c34752857a2edf2965c43ece10eef8af095a06253e1ae132e221ec84cbdb06

Contents?: true

Size: 620 Bytes

Versions: 2

Compression:

Stored size: 620 Bytes

Contents

===============================================================================

There is a setup that you need to do before you can use doorkeeper.

Step 1.
Go to config/initializers/doorkeeper.rb and configure
resource_owner_authenticator block.

Step 2.
Choose the ORM:

If you want to use ActiveRecord run:

  rails generate doorkeeper:migration

And run

  rake db:migrate

If you want to use Mongoid, configure the orm in initializers/doorkeeper.rb

Doorkeeper.configure do
  orm :mongoid
end

Step 3.
That's it, that's all. Enjoy!

===============================================================================

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
doorkeeper-0.5.0 lib/generators/doorkeeper/templates/README
doorkeeper-0.5.0.rc1 lib/generators/doorkeeper/templates/README