AWS Cognito in Go P3 - Sign In

Опубликовано: 09 Сентябрь 2026
на канале: devtopics
1,190
37

AWS Cognito in #Go is a series that provides a real world example of building a #microservice in Go with AWS Cognito as an #authentication provider. We cover the entire process of setting up an IAM role for SDK access, provisioning a User Pool, and finally creating a Go app to sign up, sign in, and validate tokens.

Source code: https://github.com/devtopics-yt/aws-c...

This is Part 3 of the series. We cover the following in this video:
1. Cognito Client-side vs Server-side Auth Flow
2. What is that Secure Remote Password protocol (SRP) thing?
3. Sign in API and Server-side Auth Flow
4. Tokens - ID Token, Access Token, and Refresh Token