# Manage sign-ups and sign-ins Learn how to manage the complete Customer authentication lifecycle with commercetools. **Learning objectives** After completing this module, you should be able to: - Implement the core Customer sign-up and email verification process by using the Composable Commerce API, including creating Customer records and managing verification tokens. - Analyze various Customer sign-in scenarios, distinguishing between global and Store-specific authentication methods to enforce brand and regional boundaries. - Develop a secure password reset workflow and a strategy for migrating anonymous user resources, such as Carts and Shopping Lists, to an authenticated Customer account. **Agenda** 1. [Customer sign-up and email verification](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/customer-signup-and-email-verification.md) 2. [Customer sign-in](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/customer-signin.md) 3. [Password reset flow](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/password-reset-flow.md) 4. [Migrate anonymous resources to authenticated accounts](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/migrate-anonymous-resources-to-authenticated-accounts.md) 5. [Cart merge strategies](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/cart-merge-strategies.md) 6. [Third-party identity providers](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/third-party-identity-providers.md) 7. [Best practices](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/best-practices.md) 8. [Learning check](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/learning-check.md) **Prerequisites** - [Developer essentials](/learning-developer-essentials) learning path **Who is this module for?** - Developers who'll use the commercetools TypeScript SDK to implement crucial sign-up and sign-in functionalities for a secure and scalable digital commerce solution. ## Related pages - [Area overview page with navigation](/learning-implement-carts-and-shopping-lists.md) - [Next page: Customer sign-up and email verification](/learning-implement-carts-and-shopping-lists/manage-signups-and-signins/customer-signup-and-email-verification.md) - [Search documentation and API specs](/search.md)