harryboy
6 years agoOccasional Contributor
Flask OAuth2 Server
I am creating a REST API using Swagger based on the PetStore example.
I am using the Python-Flask Generated Server.
I need to use OAuth2 for authentication.
From what I undeerstand I need t...