lealceldeiro/org.wcdevs.blog.core

Investigate the possibility to use Spring Session

lealceldeiro opened this issue · 1 comments

  • Investigate the possibility to use Spring Session for managing a user’s session information through multiple application instances.

  • If it's not feasible go with sticky sessions

  • Depends on #9

There's no need to use spring session. The front end app should login with cognito, retrieve the auth token, and provide that token in subsequent requests to the core (api) application. The core app should act as a resource server (and check with cognito the token is valid)