spec/dummy/config/initializers/doorkeeper.rb in doorkeeper-2.2.2 vs spec/dummy/config/initializers/doorkeeper.rb in doorkeeper-3.0.0.rc1
- old
+ new
@@ -1,8 +1,6 @@
Doorkeeper.configure do
# Change the ORM that doorkeeper will use.
- # Currently supported options are :active_record, :mongoid2, :mongoid3,
- # :mongoid4, :mongo_mapper
orm DOORKEEPER_ORM
# This block will be called to check whether the resource owner is authenticated or not.
resource_owner_authenticator do
# Put your resource owner authentication logic here.