adorsys / open-banking-gateway

Provides RESTful API, tools, adapters, and connectors for transparent access to open banking API's (for banks that support PSD2 and XS2A as well as HBCI/FinTS)
https://adorsys.github.io/open-banking-gateway
GNU Affero General Public License v3.0
251 stars 94 forks source link

Cookie renewal #632

Closed valb3r closed 4 years ago

valb3r commented 4 years ago

We need to be able to renew Authorization-Session-Key cookie if it is about to expire.

  1. We need an endpoint to exchange old cookie to new cookie
  2. We need a frontend to watch for cookie age and update it if the cookie will expire soon usnig endpoint from p.1
DG0lden commented 4 years ago

The comments from PR https://github.com/adorsys/open-banking-gateway/pull/669 were not fixed. Therefore, task cannot be considered as Done. Feedback from FE Team is also required.