Articles with the Authentication tag

Securing Authentication Tokens

December 02, 2014 by Gouthaman Balaraman

This post will give a basic discussion on securing authentication tokens that can be used with Flask-Login.

   Programming   Python   Flask   Authentication  

Minimal Flask-Login Example

July 24, 2014 by Gouthaman Balaraman

Flask-Login is a Flask extension that provides a framework for handling user authentication. This post will give you a basic tutorial of the Flask-Login mechanism for token based authentication.

   Programming   Python   Flask   Authentication