openapi-cli-generator icon indicating copy to clipboard operation
openapi-cli-generator copied to clipboard

feat(auth): Enable default values for params

Open mgagliardo91 opened this issue 4 years ago • 1 comments

This PR hopes to allow the ability for consumers to add default values for parameters that will be sent up alongside the oauth2 authorizationCode request. Currently, you can add parameters that must be filled out by the user input when setting up a profile, this change allows us to define default values as a way to encode query params such as audience client_id params without needing the user to configure it themselves.

mgagliardo91 avatar Aug 18 '20 19:08 mgagliardo91

@mgagliardo91 also consider checking out https://rest.sh/ (https://github.com/danielgtaylor/restish) I've been thinking of suggesting an OpenAPI extension to auto-configure parts of the auth there. If you don't explicitly need code generation it might be a good option.

danielgtaylor avatar Sep 04 '20 03:09 danielgtaylor