Skip to content
Snippets Groups Projects
Bruce Flynn's avatar
.
Bruce Flynn authored
95a9a157
History
Name Last commit Last update
apiauth
MANIFEST.in
README.md
development.ini
setup.py

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.

  1. Install the app and its dependencies:
pip install -e .
pserve --reload development.ini
  1. Open your browser and navigate to http://localhost:6543/
  2. Register