Dual-token authentication for Nakama game servers with Amazon Cognito on AWS
ARCHITECT FEATURED ANALYSIS

Dual-token authentication for Nakama game servers with Amazon Cognito on AWS

BY

Madhusudan Athinarapu

SOURCE

AWS Architecture Blog

DATE

READ

1 min read

In this post, you learn how to configure an Amazon Cognito User Pool for SRP-based game client authentication with no client secret. You will implement a Go runtime hook that validates Cognito JWTs and bridges player …

In this post, you learn how to configure an Amazon Cognito User Pool for SRP-based game client authentication with no client secret. You will implement a Go runtime hook that validates Cognito JWTs and bridges player identity to Nakama sessions.