KevinAsbury / ReadAuthHeader

A flask server to read an Authorization header

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A flask server to read an Authorization header


Languages

Language:Python 100.0%