JHipster authentication using Postman and JWT

后端 未结 4 1372
星月不相逢
星月不相逢 2020-12-25 14:07

I\'d been using the Postman in-tab extension to tests calls to call JHipster resource API\'s and found that it worked great (JHipster setup to use OAuth2). I authenticated

4条回答
  •  醉酒成梦
    2020-12-25 14:50

    The easiest way for me is

    1. log into your Jhipster Web app with the admin credential

    2. Select Administration > API

    1. Then choose any of existing API and click 'Try it out' button

    It will list a curl action with the token, now you can grab the token and use it in Postman

提交回复
热议问题