Open maneeshsethi opened 3 years ago
@maneeshsethi I'm sorry for my late reply.
There is an example template for security.
And, this is generated file. https://github.com/koxudaxi/fastapi-code-generator/blob/master/tests/data/expected/openapi/custom_template_security/custom_security/main.py
Does the example help you?
Hello! This looks very cool.
I can create the server fine, and load the jinja templates, but I'm not sure how to assign the correct Security to operations.
I want to add these:
How do I add this into the jinja template properly?