danielgtaylor / openapi-cli-generator

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

Support OAuth Flows #7

Closed danielgtaylor closed 4 years ago

danielgtaylor commented 5 years ago

Add an auth module with support for the OAuth flows described in the OpenAPI spec with as much automation as possible. Should support profiles and if possible, be usable with a flag to the openapi-cli-generator init command or be automatically detected from the OpenAPI document.

danielgtaylor commented 5 years ago

Client-credentials flow is now supported. I want to get the authorization code flow working next as a way to use individual user accounts.

danielgtaylor commented 4 years ago

Calling this done with #28