👥Users

Learn how to manage and authenticate Users in Moralis.

At the core of many apps, it is of great importance that users can access their information in a highly secure manner. We provide a specialized user class called Moralis.User that automatically handles much of the functionality required for user account management.

With this class, you'll be able to add user account functionality to your app.

Moralis.User is a subclass of Moralis.Object, and has all the same features:

  1. Flexible schema

  2. Automatic persistence

  3. A key-value interface

All the methods that are on Moralis.Object also exist in Moralis.User. The difference is that Moralis.User has some special additions specific to user accounts.

Authentication of users can be done in different ways. You can authenticate via an email login or via a crypto wallet.

Let's start by learning how to login user via their crypto wallet - no matter which wallet or blockchain they use! 🤯

Authenticate Users

🔐pageWeb3 Authentication📧pageEmail Authentication🎮pageUnity Authentication

Manage Users

pageMerging AddressespageCurrent UserpageDelete UserpageSessions

Last updated