This sample contains the completed program from the tutorial, make sure to visit the link: Using Flask in Visual Studio Code. Intermediate steps are not included. In the root folder, the startup.py ...
To access protected endpoints of our example app, we will need to provision a JWT token from our server for the selected user. This token will be used to access any protected endpoints in our app.