# frozen_string_literal: true class AuthenticateController < ApplicationController def create # Enable authentication here end end