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

Inherits:
Object
  • Object
show all
Defined in:
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/rack/protection/encrypted_cookie.rb', line 128

def decode(str); str; end

#encode(str) ⇒ Object



127
# File 'lib/rack/protection/encrypted_cookie.rb', line 127

def encode(str); str; end