Skip to content

bearddan2000/python-web-bottle-basic-auth-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-bottle-basic-auth-hello-world

Description

POC for bottle web framework and basic auth.

Remotely tested with testify. Requires basic authentication for endpoints.

username password
user pass

Tech stack

  • python
    • bottle
    • testify
    • requests

Docker stack

  • python:latest

To run

sudo ./install.sh -u

  • Endpoint
    • curl -i localhost/ -u "user:pass"

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Code based on

Releases

No releases published

Packages

No packages published