class Rack::Protection::AuthenticityToken

def real_token(session)

def real_token(session)
  decode_token(session[options[:key]])
end