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
The error I get is:
_Cannot read property 'type' of undefined","stacktrace":"TypeError: Cannot read property 'type' of undefined
at getScopeOrAPIKey (D:\devcat\dev_workspace\workspace\backend-marketplace-productactivation\node_modules\swagger-node-runner\fittings\swagger_security.js:80:25)
at andCheck (D:\devcat\dev_workspace\workspace\backend-marketplace-productactivation\node_modules\swagger-node-runner\fittings\swagger_security.js:51:43)
If I put the security definition within each of my paths (instead of global) it works.
Also, with swagger-node-mw 0.1.0 the global definition works.
The text was updated successfully, but these errors were encountered:
Using the global security definition does not work.
The error I get is:
_Cannot read property 'type' of undefined","stacktrace":"TypeError: Cannot read property 'type' of undefined
at getScopeOrAPIKey (D:\devcat\dev_workspace\workspace\backend-marketplace-productactivation\node_modules\swagger-node-runner\fittings\swagger_security.js:80:25)
at andCheck (D:\devcat\dev_workspace\workspace\backend-marketplace-productactivation\node_modules\swagger-node-runner\fittings\swagger_security.js:51:43)
If I put the security definition within each of my paths (instead of global) it works.
Also, with swagger-node-mw 0.1.0 the global definition works.
The text was updated successfully, but these errors were encountered: