API Authentication Example App
This is a small Pyramid example app that demonstrates how API authentication might be done.
NOTE: The user database is maintained in memory which means every time the server restarts the database will be reset.
Getting Started
I highly recommend using either Conda or VirtualEnv.
- Install the app and its dependencies:
pip install -e .
pserve --reload development.ini
- Open your browser and navigate to http://localhost:6543/
- Register