demo
demo copied to clipboard
Encapsulate user creation with a factory
I found that we use the one and the same piece of code in two places to create User instances. I suggest to encapsulate those code with a factory.
Maybe use https://github.com/zenstruck/foundry