You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be good to document this feature.
I assume Saml2Client's state_cache and identity_cache are the only in memory stored data which need to exist between multiple requests?!
Hi,
I searched for
state_cache
in the documentation (https://pysaml2.readthedocs.io/en/latest/search.html?q=state_cache&check_keywords=yes&area=default#) without results.I think it would be good to document this feature.
I assume
Saml2Client
'sstate_cache
andidentity_cache
are the only in memory stored data which need to exist between multiple requests?!An example how to use this with multiprocessing would be good.
Maybe https://pypi.org/project/shared-memory-dict/ helps.
Maybe also an example for
memcached
as well.The text was updated successfully, but these errors were encountered: