User management
Overview
Account linking is the process of associating multiple authentication methods with the same account. For example, a user may have a password-based account and a Google account. They may want to link both of these accounts to the same user account in your application.
Account linking can occur either automatically or manually. The first method happens during user sign up. If a user signs up with a second login method with the same email or phone, the two accounts are automatically linked. The other one involves you setting up the linking process yourself.
Prerequisites
This feature is only available to paid users.
Getting started
Before you going into the tutorials, read through the Important concepts page. It teaches you about the main things that you need to know in the context of account linking. After that, based on your use case, check either the automatic or manual account linking guides.
Important concepts
Learn about the main concepts that you need to know in the context of account linking.
Automatic account linking
See how to enable and use the automatic account linking feature.
Manual account linking
Implement the account linking feature manually.