Sha256: feeb34c4c2ccb981305146a6f1288d8e09dd261f69eb921be666f3b06fac6514
Contents?: true
Size: 322 Bytes
Versions: 3
Compression:
Stored size: 322 Bytes
Contents
# frozen_string_literal: true module Auxilium module Concerns module Authenticated extend ActiveSupport::Concern included do before_action :authenticate_user_from_token! before_action :authenticate_user! before_action :set_user, :log_request_details end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
auxilium-3.0.31 | lib/auxilium/concerns/authenticated.rb |
auxilium-3.0.30 | lib/auxilium/concerns/authenticated.rb |
auxilium-3.0.24 | lib/auxilium/concerns/authenticated.rb |