Skip to content

A bare-bones Flask application demonstrating session handling using both cookies and auth tokens

Notifications You must be signed in to change notification settings

eljrax/flask_token_cookie_sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask session handler

This repository contains a small example application of a Flask session handler capable of simultaneously maintaining sessions identified by both cookies as well as an HTTP header (such as X-Auth-Token).

Please see this blog post for further information.

About

A bare-bones Flask application demonstrating session handling using both cookies and auth tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published