Skip to content

Simple Persistent User Provider #42

@grenewode

Description

@grenewode

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions