How to declare authentication for OpenAPI spec and how to set per-route sources #521
-
Hey!
If 2 is currently not possible, I had imagined something similar to this: defaultEndpointsFactory.build({
...,
input: {
body: z.object({
hello: z.string()
})
}
}) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hello @teaishealthy , Speaking of Authentication requirements, I presume you're talking about these: Am I correct? This feature is currently not implemented. Regarding the input sources. Anyway, thank you for interesting ideas. I'm going to think them through. |
Beta Was this translation helpful? Give feedback.
-
Hello @teaishealthy , I prepared the solution for the feature you need. The implementation does not yet support scopes yet (for OpenID and oAuth2 Authentication schemas). |
Beta Was this translation helpful? Give feedback.
-
🚀 The feature has just been released in v7.7.0, @teaishealthy |
Beta Was this translation helpful? Give feedback.
🚀 The feature has just been released in v7.7.0, @teaishealthy