Has anyone used Amazon Cognito to create a login?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dav3103

Has anyone used Amazon Cognito to create a login? I have seen the use of other AWS services like DynamoDB but not seeing much documentation of other AWS or other outside items to use in the game.

:bust_in_silhouette: Reply From: stalker2106

I didn’t personnally, but given the fact that AWS Services are available and usable solely with HTTP requests, which are perfectly handled by godot (HTTP Request documentation) I don’t see anything that would prevent you to use cloud federated login systems.