wultra / powerauth-restful-integration

Integration libraries used when building PowerAuth protected RESTful
GNU Affero General Public License v3.0
4 stars 4 forks source link

Swagger documentation is not generated correctly #138

Open petrdvorak opened 5 years ago

petrdvorak commented 5 years ago

Probably a minor thing but our E2EE currently confuses Swagger code generator a bit - it does not pick up the EncryptedRequestBody class, and it does not indicate that the communication is encrypted.

As a result, documentation is missing request objects from encrypted endpoints and only contains decrypted response object without any hint.

petrdvorak commented 5 years ago

... might be invalid, we can probably just prepare documentation alongside this SO thread:

https://stackoverflow.com/questions/44251708/how-to-confirgure-swagger-to-handle-custom-controller-level-pathvariable-annotat

romanstrobl commented 5 years ago

This issue will have to wait for the next release.

romanstrobl commented 4 years ago

This issue will have to wait for the next release.