AWS Cognito in Go P4 - Verifying tokens

Опубликовано: 24 Август 2026
на канале: devtopics
1,577
54

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 4 of the series. We cover the following in this video:
1. AWS Documentation on decoding and verifying tokens
2. Verification API and authenticating requests with #JWTs
3. How to access claims from a token

AWS Verifying tokens - https://docs.aws.amazon.com/cognito/l...

AWS Decoding JWTs (public key URL) - https://aws.amazon.com/premiumsupport...

lestrrat-go/jwx - https://github.com/lestrrat-go/jwx

Code from this video - Coming soon!