papsign / Ktor-OpenAPI-Generator

Ktor OpenAPI/Swagger 3 Generator
Apache License 2.0
241 stars 42 forks source link

Changing test server to correct JWT bearer auth config. #69

Closed sigmanil closed 4 years ago

sigmanil commented 4 years ago

Bearer authentication should be done with the http type, not openIdConnect, now fixed in test server. Also changing name to a unique value to avoid confusion (it was previously equal to the bearerFormat).