feat(auth-app): secure create endpoint

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-08-07 13:01:32 +02:00
parent 2a498daf07
commit d483234b65
7 changed files with 116 additions and 4 deletions
@@ -82,6 +82,7 @@ func Server(opts ...Option) (http.Service, error) {
svc.Mux(mux),
svc.Config(options.Config),
svc.GatewaySelector(options.GatewaySelector),
svc.RoleClient(options.RoleClient),
svc.TraceProvider(options.TracerProvider),
)
if err != nil {