Other Configurations
Custom Access Token Generator
Doorkeeper.configure do
access_token_generator "Doorkeeper::JWT"
endCustom controllers
Doorkeeper.configure do
base_controller 'ApplicationController'
endDoorkeeper.configure do
base_metal_controller 'ApplicationController'
endCustomizing errors
Other customizations
Last updated
Was this helpful?