Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经成功设置了 jhipster 微服务应用程序和网关应用程序。双方都成功地互相交谈。
现在我正在构建一个单独的应用程序(移动应用程序 - nativescript),并试图让它与我应该如何去做?我需要看什么配置?请建议
首先,您的移动应用程序必须通过网关/api/register端点进行注册。
其次,它必须通过网关/api/authenticate端点检索它的令牌(如果您使用 JWT) 。
最后,它可以通过向 HTTP 请求标头添加 Authorization 来使用微服务/api/*:
Authorization: Bearer tokenRetrieved