Community Tutorial: basic account system with password protection(aws cognito, srp login, identity provider)

tutorial series for multiplayscape plugins. https://www.unrealengine.com/marketplace/en-US/product/374ef62611ca4b32b48871bfc59b39cc

https://dev.epicgames.com/community/learning/tutorials/jwx4/unreal-engine-basic-account-system-with-password-protection-aws-cognito-srp-login-identity-provider

A basic account system with password protection using AWS Cognito involves setting up user pools for authentication and SRP (Secure Remote Password) for secure login. Integrating an identity provider allows seamless user management and authentication. This setup enhances security and simplifies account handling for developers and users