forked from loafle/openapi-generator-original
* [rust-server] Add support for Bearer auth - Added bearer auth to the security features for rust server - Supplemented the basic auth condition in the context template to handled basic auth and bearer auth separately. - Repurpose an exising sample to confirm the code generation works as expected. * Update docs * Update readme for bearer tokens
9 lines
377 B
YAML
9 lines
377 B
YAML
generatorName: rust-server
|
|
outputDir: samples/server/petstore/rust-server/output/ping-bearer-auth
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/rust-server/ping-bearer-auth.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/rust-server
|
|
generateAliasAsModel: true
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|
|
packageName: ping-bearer-auth
|