1. HelpDesk
  2. Developer FAQ

Can Magic store custom user data?


Magic is unable to store custom data for you and does not provide any database solution. You will still need to maintain a database containing your user's information.

You can use the <getMetadata> method on the User Module to return an object containing the issuer, email (or mobile number) and cryptographic public address of the authenticated user, and store that information in your database, along with any additional info that you collect after the user's initial signup.