No results to display
Creating a user is quite simple. Please note that this requires an admin token:
await cookieDB.createUser({ username: "cookie_user", token: "some_strong_and_rng_token", admin: true, });