Maybe that's a dumb question, but what is the preferred way to save additional user information (name, profile image etc.) . I saw that you can add custom fields, but wouldn't it make sense to create a user in the application db to store additional information with the generated userId from supertokens? Do you recommend to use an own db for supertokens or to integrate into the application database?