mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-08 20:37:45 +00:00
* Remove obsolete code * Remove scopes completely * Add hinting * Remove outdated function from docs/security * Revert "Add hinting" This reverts commit faeea24c28bf88eead4015feea8f4dbd750cec1c. * Change README for examples and other review fixes
=======================
HTTP Basic Auth Example
=======================
Running:
.. code-block:: bash
$ sudo pip3 install --upgrade connexion[swagger-ui] # install Connexion from PyPI
$ ./app.py
Now open your browser and go to http://localhost:8080/ui/ to see the Swagger UI.
The hardcoded credentials are ``admin:secret`` and ``foo:bar``.