I used the Postman in-tab extension to test calls to call the JHipster resource API and found that it works fine (setting up JHipster to use OAuth2). I authenticated using the JHipster login page, and then opened a new tab with the Postman extension.
I just switched the JHipster application to using JWT, and this method of using Postman no longer works, I get permission denied when calling the API. In addition, the insertion extension for Postman is deprecated in favor of a standalone application.
Question: Is there any documentation on setting up Postman for authentication with JHipster / JWT?
source
share