Currently we have a dummy in memory token store, however in practical use we will need a persistent token store, whether in sql alike database, or in NoSQL key value store such as redis. We will first implement a sqlite based solution and expand this to solutions based on such as redis. The architecture itself should support this plugin based implementation so it would be easy to change/switch.
Currently we have a dummy in memory token store, however in practical use we will need a persistent token store, whether in sql alike database, or in NoSQL key value store such as redis. We will first implement a sqlite based solution and expand this to solutions based on such as redis. The architecture itself should support this plugin based implementation so it would be easy to change/switch.