Is your feature request related to a problem? Please describe.
Current the application cannot store data persistently. The in memory user provider is lost every time the application exits.
Describe the solution you'd like
We should provide a simple persistent state store for user data. This can be just a simple adaptation of the in memory user provider, except that it should read/write a json object to disk with every operation instead of holding it in memory.
Is your feature request related to a problem? Please describe.
Current the application cannot store data persistently. The in memory user provider is lost every time the application exits.
Describe the solution you'd like
We should provide a simple persistent state store for user data. This can be just a simple adaptation of the in memory user provider, except that it should read/write a json object to disk with every operation instead of holding it in memory.