Class: InstagramConnect::ApplicationController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/instagram_connect/application_controller.rb

Overview

Base controller for the engine's UI (OAuth, inbox, comments, publishing). Inherits from the host's configured parent controller so it picks up the host layout, auth helpers, and CSRF handling, then runs the configured authentication hook. The webhook controller deliberately does NOT inherit from this — it authenticates by HMAC, not by host session.