Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 653 Bytes

README.rst

File metadata and controls

27 lines (17 loc) · 653 Bytes

Flask Cookie Decoder

A decoder for signed session cookies created by Flask/itsdangerous, implemented in PHP.

Copyright:2014-2015 Jan Ove Korneffel
License:MIT, see LICENSE for details.
Release date:18-Oct-2015

Motivation

Created to connect existing PHP web applications to the BYCEPS LAN party platform, specifically its user and authorization subsystem.

Usage

require the PHP file in your code and call the decode_cookie function.