Hi there,
Is there any way to password protect or demand a JWT when accessing the API’s documentation?
For an Endpoint we can add e.g. .securityIn(auth.bearer[BearerAuthorizationToken]().bearerFormat("JWT")). Is this also possible for the docs site? E.g. RedocInterpreter() .fromServerEndpoints(..) with added security.