Forum Discussion
No RepliesBe the first to reply
Related Content
- 2 years ago
- 2 years ago
- 4 years ago
we are designing swagger for NodeJS APIs. Every API needs an authentications token which we will get from login API. We need to understand the process to configure swagger.json file where as security we will get a form to enter username and password. form request should go to our application login url which will return authentication token.
Please assist.