Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 392 Bytes

rnd-surajan-aws-cognito

A repo to learn AWS Cognito from the backend using Go Gin Framework


Things Done:

Used Gin Framework to interact with aws-cognito's api 👉: github.com/aws/aws-sdk-go/service/cognitoidentityprovider

  1. User pool setup in AWS Cognito ✅
  2. Signup ✅
  3. Signup Confirmation through email ✅
  4. Login ✅
  5. Forgot Pw ✅
  6. Change Pw ✅
  7. Logout ✅