• Ray Schamp's avatar
    Add method for reading session cookie · 96bc1b1a
    Ray Schamp authored
    Assumes the session cookie is stored as JSON which may or may not have been compressed via zlib (indicated by a leading `.`), which is then base64-encoded, and made URL-safe by replacing all `+` and `/` characters with `-` and `_` respectively.
    96bc1b1a
jar.js 2.58 KB