aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* changes after cwebb's reviewRodney Ewing2013-06-211-12/+0
|
* modified get_user function to take kwargs instead of usernameRodney Ewing2013-05-271-2/+3
|
* no need for check_login with the new check_login_simple functionRodney Ewing2013-05-271-7/+0
|
* cleanup after mergeRodney Ewing2013-05-271-2/+2
|
* added gen_password_hash and check_password functions to auth/__init__Rodney Ewing2013-05-241-0/+5
|
* modified auth/__init__ hooks to work better with multiple plugins. Removed ↵Rodney Ewing2013-05-241-10/+12
| | | | auth/lib.py. And added a basic_extra_verification function that all plugins will use.
* moved fake_login_attempt to pluginsRodney Ewing2013-05-241-0/+4
|
* modified check_login function to return None instead of False to be able to ↵Rodney Ewing2013-05-241-1/+4
| | | | have multiple plugins check_login
* moved bcrypt_gen_password_hash to basic_auth/tools and added ↵Rodney Ewing2013-05-241-0/+4
| | | | gen_password_hash function to auth/__init__
* moved bcrypt_check_password to basic_auth/tools from auth/libRodney Ewing2013-05-241-2/+2
|
* basic_auth v0 plugin workingRodney Ewing2013-05-241-0/+29
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-0/+15
|
* Basic authentication tools using py-bcryptChristopher Allan Webber2011-04-021-0/+0