Class: Rack::Protection::EncryptedCookie::Identity

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.5/lib/rack/protection/encrypted_cookie.rb

Overview

Use no encoding for session cookies

Instance Method Summary collapse

Instance Method Details

#decode(str) ⇒ Object



128
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.5/lib/rack/protection/encrypted_cookie.rb', line 128

def decode(str); str; end

#encode(str) ⇒ Object



127
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-protection-3.0.5/lib/rack/protection/encrypted_cookie.rb', line 127

def encode(str); str; end