module Rakuna::Content::Signature

Public Instance Methods

signature() click to toggle source
# File lib/rakuna/content/signature.rb, line 38
def signature
  @signature ||= ContentSignature.new signature_secret
end
signature_secret() click to toggle source
# File lib/rakuna/content/signature.rb, line 33
def signature_secret
  ENV.fetch 'CONTENT_SIGNING_SECRET', ''
end