openwallet-foundation-labs / credhub

a cloud wallet for natural persons + minimal issuer and verifier implementations
https://credhub.eu
Apache License 2.0
6 stars 5 forks source link

Add persistent SessionManager for verifier and issuer #17

Open cre8 opened 2 months ago

cre8 commented 2 months ago

The current implementation to manage the session is based on a memory implementation that is good for now. But in the future it could be worth to use a persistent storage for this like a Redis DB.

This is not an urgent task since a memory based approach should be fine for most use cases today.

cre8 commented 2 months ago

We should also store the sessions of the issuer into a persisted storage. This will allow the relying party to log events to it.