Replies: 4 comments
-
Currently, templating is non-functional with inso. It's on the roadmap, but we haven't gotten around to adding support for it. |
Beta Was this translation helpful? Give feedback.
-
I can probably help you, but I am really bad with node. If you have an idea how to do that, I can probably start working on it. |
Beta Was this translation helpful? Give feedback.
-
Related to #3261, but I'll keep this issue open for the description. The lack of template/plugin support is a known limitation as described above. |
Beta Was this translation helpful? Give feedback.
-
Cross-linking: #3858 |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I am actually using
insomnia-inso
in version 2.2.28, directly from sources, running on ubuntu 20.04 with node 10.19.0. The design document was created using insomnia-designer and OpenAPI 3.0.0 schema. Insomnia-designer was installed directly from the official website, by using snap.The API I am documenting right know is using authentication to retrieve a token based on JWT. To have access to this token, I need to use a request with valid credentials. So, the idea is the following:
2.1. The Debug request is automatically generated by the previous security schemes defined in the components section.
2.2. Unfortunatelly, the token is automatically configured using a variables
{{bearerToken}}
2.3. To automate thing, I created a chained request, extracting automatically the token from the JWT authentication request
2.4. I pasted the resulting chained request in the variable environment like that:
bearerToken
stored as template failI tried to fix the issues by upgrading to the last nodejs stable version (14.15.3), and have the same result.
Beta Was this translation helpful? Give feedback.
All reactions