You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stephen von Takach edited this page Dec 20, 2016
·
1 revision
As ACA Engine runs as a mounted application within a Rails application you are free to build your own APIs and models that can easily interact with the Engine data or the Engine application itself.
Using Authentication
You can tie into the existing authentication in your controllers using before_action :doorkeeper_authorize!
However if you want to make use of some of the helpers for building filters, like before_action :check_admin, only: [:create, :update] you can inherit your controllers from ::Orchestrator::Base