danielgtaylor / openapi-cli-generator

Generate a CLI from an OpenAPI 3 specification
MIT License
179 stars 49 forks source link

Implement OAuth2 authorization code with PKCE flow #27

Closed danielgtaylor closed 4 years ago

danielgtaylor commented 4 years ago

Implements the second half of #7 by adding support for https://oauth.net/2/pkce/.

This allows individual users to log in via a browser and get tokens for the generated CLI.