Skip to content
Snippets Groups Projects
To learn more about this project, read the wiki.

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