You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the java-server-codegen plugin to generate and run a Smithy server. My service is annotated with @httpBearerAuth and @auth([httpBearerAuth]), but the generated code does not have any classes to implement authentication directly into the service itself.
This limitation leads to developers needing to implement auth into each operation rather than a single middleware for the whole service.
Is there a place on the roadmap to support authentication such as httpBearerAuth and optionalAuth?