Closed splitbrain closed 10 months ago
This is now fixed in the latest version. For future issues please include a minimal reproducible spec as it is not immediately obvious if the changes that are make 100% rectify the exact scenario. For instance in this case, there is at least one scenario that was problematic, and has been fixed, but that doesn't mean there aren't other corner cases that need to be taken care of. Fixed in 2.1.654
.
Thanks! Will do.
Generally all my API endpoints are secured by JWT and BasicAuth (thanks for addressing #213 so quick). But for some select endpoints no authentication is required. As far as I understand this can be signaled by overriding the
security
field of that specific method:The explorer seems not to properly recognize this, and shows a lock symbol with an empty authentication:
When using https://editor-next.swagger.io/ it is correctly shown with either a lock or no lock: