italia / spid-cie-oidc-django

The SPID/CIE OIDC Federation SDK, written in Python
Apache License 2.0
27 stars 28 forks source link

Trust Chains storage #13

Closed peppelinux closed 2 years ago

peppelinux commented 2 years ago

We have trust chain builder with an inmemory cache

we need a storage mechanism to entity.models.TrustChain

we may serialize the TrustChain().trust_path and also sto the TrustChain().finale_metadata in the model

both RP and OP will query the TrustChain model and only if it were expired they will execute the TrustchainBuilder

peppelinux commented 2 years ago

Done here https://github.com/peppelinux/spid-cie-oidc-django/releases/tag/v0.3.0