Using Beaker in a Python BaseHTTPServer -


i trying add user account part simple python basehttpserver. have implemented without problems , post parts using class authhandler(basehttprequesthandler)

i know frameworks out of box, it's tiny application , don't want add complexity.

i have found following snippet : web.py authentication beaker example , have absolutely no idea how implement in basehttpserver , googling gives no result.

does have example or idea how such thing ?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -