Skip to content

levimoore/flask-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 88.1%
  • Makefile 11.9%