Skip to content

linkorn/bottle-cork

 
 

Repository files navigation

Cork - Authentication for the Bottle web framework

Build status Coverage Downloads Latest Version License

Cork provides a simple set of methods to implement Authentication and Authorization in web applications based on Bottle.

Website and Documentation:
http://cork.firelet.net

In this fork:

Change password:

@bottle.post('/change_password')
def change_password():
        old_password = post_get('old_password')
        new_password = post_get('new_password')
        aaa.change_password(old_password, new_password)

About

Authentication module for the Bottle web framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • Makefile 1.2%
  • Shell 0.1%