Class: Silas::Api::BaseController
- Inherits:
-
ActionController::API
- Object
- ActionController::API
- Silas::Api::BaseController
- Defined in:
- app/controllers/silas/api/base_controller.rb
Overview
JSON API base: ActionController::API (no CSRF, no layouts, no cookies), deny-by-default auth with the inbox's contract — the host lambda DENIES by rendering (or head-ing) and PASSES by not rendering.
Direct Known Subclasses
V1::ApprovalsController, V1::SessionsController, V1::StreamsController, V1::TurnsController