class

SessionStore

Inherits Reference < Object

Constants

SESSIONS = {} of String => Hash(String, String)

Class methods

generate_csrf_token(session_id : String) : String
Source
valid_csrf_token?(session_id : String, token : String) : Bool
Source