API Mode
Doorkeeper.configure do
api_only
base_controller 'ActionController::API'
endDoorkeeper::Application.create(name: "MyApp", redirect_uri: "urn:ietf:wg:oauth:2.0:oob", scopes: ["read", "write"])Last updated
Was this helpful?
Doorkeeper.configure do
api_only
base_controller 'ActionController::API'
endDoorkeeper::Application.create(name: "MyApp", redirect_uri: "urn:ietf:wg:oauth:2.0:oob", scopes: ["read", "write"])Last updated
Was this helpful?
Was this helpful?