Skip to content

o-brunofernandes/flask-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Auth

Flask-Auth is a flask extension that offers database-agnostic (but still fairly plug-and-play) role-based user authentication. Sounds impressive, right?

Features

  • Set of functions to assist in user session management (logging in and out, getting the current user, expiring sessions, encrypting passwords, etc).
  • Base user class AuthUser that can be used with most ORM's.
  • Plug-and-play model for Google App Engine (and a working example for SQLAlchemy and MongoAlchemy).
  • Straightforward permission model to differentiate access rights between (groups of) users.

Documentation

Documentation can be found on PyPI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%