This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added base64 encoding to session data.
The session data was not JSON serializable (it was passing binary strings). I added a call to base64.b64encode (and a matching decode) on session keys to get around this.
- Loading branch information