Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Sessions are only valid for very short periods of time #3

Open
lilioid opened this issue Nov 16, 2021 · 0 comments
Open

Sessions are only valid for very short periods of time #3

lilioid opened this issue Nov 16, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@lilioid
Copy link
Member

lilioid commented Nov 16, 2021

This library is currently being used by drinks.bit-bots.de. While using it, I noticed that sessions are only valid for a few minutes which coincides with our OIDC access tokens being valid for 5 minutes (see Keycloak for that). The access token lifetime in itself is completely fine since access tokens are meant to be short lived. What is not fine is that this library seems to completely ignore refresh token or even session lifetimes and instead only takes the access token lifetime into account.

This should be changed for the better.

@lilioid lilioid added the bug Something isn't working label Nov 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant