class ApplicationController < ActionController::API before_action :require_jwt def require_jwt token = request.headers["HTTP_AUTHORIZATION"] if ...
確定! 回上一頁