KevinAsbury / ValidJWT

A flask server to test if a AUTH0 JWT token is valid

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.

Get your AUTH0 JWT

Open getjwt.py and save your credentials. Run getjwt.py to get your token.

Run the Server

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

About

A flask server to test if a AUTH0 JWT token is valid


Languages

Language:Python 100.0%