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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Is your tool intented to be used as just an API endpoint? If so, would it be possible to reduce the meta openapi complexity, and just enable openapi for all routes?
openapi: {
enabled: true, //default from global settings
method: "POST", //default GET for query and POST for mutation
path: "/auth/login", //defaults to TRPC route
tag: "auth",
summary: "Login as an existing user",
},