Why is using jhipster oauth2 stateful, and how to implement it?

最后都变了- 提交于 2019-12-11 17:59:08

问题


Using Jhipster (monolith, oauth2, with registry) forces our users to log-in every once in a while.

After searching a bit, we assume that it's because we have multiple instances of our monolith and sometimes the users get routed to different instances.

So I have 2 questions:

  1. Why does Jhipster implement oauth2 in a stateful way?
  2. How should we handle this, assuming we're staying with the current configuration?

来源:https://stackoverflow.com/questions/54169816/why-is-using-jhipster-oauth2-stateful-and-how-to-implement-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!