Sha256: 0f26406ed3b6619d97badccde59938571dfe3571545e6ff4e69fc4c27d8caa86
Contents?: true
Size: 296 Bytes
Versions: 66
Compression:
Stored size: 296 Bytes
Contents
module Pageflow module EntryPasswordProtection private def check_entry_password_protection(entry) return unless entry.password_protected? authenticate_or_request_with_http_basic('Pageflow') do |_, password| entry.authenticate(password) end end end end
Version data entries
66 entries across 66 versions & 1 rubygems