A repo to learn AWS Cognito from the backend using Go Gin Framework
Used Gin Framework to interact with aws-cognito's api 👉: github.com/aws/aws-sdk-go/service/cognitoidentityprovider
- User pool setup in AWS Cognito ✅
- Signup ✅
- Signup Confirmation through email ✅
- Login ✅
- Forgot Pw ✅
- Change Pw ✅
- Logout ✅