Implementing Multiple Middleware Security in HttpApiBuilder
Is it possible to define multiple
HttpApiBuilder.middlewareSecurity? For example, an API that has either session based auth OR header based bear auth? effect-http has Security.or curious if there is a suggested way to achieve something similar