A flask application demonstrating how to build a token validation decorator for Okta in Flask
- Clone the repository
git clone https://github.com/ldtalent/bijitak-how-to-build-token-introspection-decorator-in-flask-for-okta.git
-
Create a .env file and set the environment variables as stated in the blog
-
Build and run the docker containers using the docker-compose file.
docker-compose build
docker-compose up -d