/ReadAuthHeader

A flask server to read an Authorization header

Primary LanguagePython

Reading Authentification Headers

A flask server to read an Authorization header.

Getting Started

Create a Virutal Enviornment

Follow instructions on the Pipenv site to install and run pipenv. Run 'pipenv shell' to create, install dependencies, and start the virtual environment.

Install Postman

Follow instructions on the Postman docs to install and run postman.

Run the Server

On first run, execute export FLASK_APP=header.py. Then run flask run --reload to run the developer server.