Skip to content

Store session information

Antoine requested to merge ZeHiro/kresus:storage into master

@all this is a proposal implementation to save the session information. It is more of a POC. I consider that these points are still open :

  • the format of the JSON returned by the main.py
  • where the session information is attached to the access

My implementation allows a minimal change to the existing code compared to the "simplfied" main.py (the simplified main.py is the one after the removal of the multi backend support).

Note that this can be tested with few backends:

  • axabanque
  • s2e (and all the calling backends capeasi, erehsbc, bnpere, esalia)
  • societegenerale
  • cmso
  • bp
  • boursorama
  • carrfourbanque
  • lcl
  • cragr
  • caissedepargne
Edited by Antoine

Merge request reports