alkem-io / client-web

Default web frontend, enabling browsing the Alkemio platform - so the hosted Challenges and communities collaborating around those Challenges.
https://alkem.io
European Union Public License 1.2
15 stars 6 forks source link

Spike: Allow the user to remain logged in for extended period of time #2253

Closed valentinyanakiev closed 2 years ago

valentinyanakiev commented 2 years ago

As a user I want that my tokens are refreshed so that I do not have to login daily.

Acceptance criteria

Additional information

Implemented in our Kratos version: https://www.ory.sh/docs/guides/session-management/refresh-extend-sessions

Note: we have implemented the extension of the server side session, but the cookie duration does not get extended so the user is still logged out after a relatively short period (2-days).

In scope: Raise the issue with Kratos team and follow up discussing with them

Raised in discussion.

hero101 commented 2 years ago

What does "active on the application" mean? (taken from current AC)

valentinyanakiev commented 2 years ago

It means invoking http / graphql requests.

hero101 commented 2 years ago

Raised a discussion.

techsmyth commented 2 years ago

@valentinyanakiev can be closed right?