I’m creating a Kirby Site with Frontend User authentication. So a user can subscribe, login and update a series of information from the frontend.
Whats the best way to do this in general ? Creating a YAML File with all users stored in it ?
Or should i create pages for every user to store the data ? Should i use the Kirby User structure for the panel ?
Thanks for pushing me in the right direction.