-
Hi again, I have a resources that is optionally protected, think a blog post that a user can make private by setting a password. If the resource is protected, great, we can demand a API key and use that as a password. In this scenario, what is the best way to either have a optional SecuritySchema or another way of letting request ommit it when its not required? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'm working on this 🙂 |
Beta Was this translation helpful? Give feedback.
-
Released in poem/poem-openapi/tests/security_scheme.rs Line 589 in cc5d458 |
Beta Was this translation helpful? Give feedback.
Released in
poem-openapi v3.0.3
poem/poem-openapi/tests/security_scheme.rs
Line 589 in cc5d458