BatteryAcid / unity-cognito-client

This video demonstrates how to use the AWS SDK and Cognito to create sign-up and login functionality in your Unity project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add sign-up and login to Unity game with AWS Cognito

This project demonstrates how to use the AWS SDK and Cognito to create sign-up and login functionality in your Unity project.

** UPDATE 10/2021 **

While this video demonstrates how to make calls from the game client through the AWS SDK, it is NOT best practice. Calls should go through some form of authentication like through an API Gateway Authorizer, then on to a Lambda function, for example, that performs the API calls after authorization. See my other video that demonstrates this: https://youtu.be/lzQ2rLqlqyk

Note: this is not a production ready implementation, but more of a jumping-off point to help you get started on your project.

Tutorial Video

Required Plugins for AWS SDK

πŸ‘‹ Let's talk shop πŸ‘‡

[Discord] https://discord.gg/psjbBDvNBK
[Twitter] https://twitter.com/BatteryAcidDev

References

About

This video demonstrates how to use the AWS SDK and Cognito to create sign-up and login functionality in your Unity project.

License:MIT License


Languages

Language:ShaderLab 70.1%Language:C# 17.7%Language:HLSL 12.2%