- Fix empty canonical query string generation
- Convert SigV4 methods to static
- Expose SigV4Client generated values
- Upgrade test dependencies
- Add missing request
await
s
invalidateToken()
to invalidate existing user session- CognitoClientException
toString
with error details
- Better client request exception handling
- Fix Example App cached Identity Id
- Add
removeIdentityId()
to CognitoIdentityId - Add
resetAwsCredentials()
to CognitoCredentials - Fix cached Identity Id error
- Cognito User Exceptions extend
CognitoUserException
- Add
CognitoUserException
toString helper
- Add
RandomString
helper
- Use bool
true
to represent 'SUCCESS' - Add
forgotPassword()
to CognitoUser - Add
confirmPassword()
to CognitoUser - Add
enableMfa()
to CognitoUser - Add
disableMfa()
to CognitoUser - Add
getAttributeVerificationCode()
to CognitoUser - Add
verifyAttribute()
to CognitoUser - Add
deleteUser()
to CognitoUser
- Updated Example App with persisted login sessions
- Store expiry time in Cognito Credentials instance
- Updated Example App with Signed Requests to Lambda
- Fix SigV4 signature error
- Added Example App
- Add
getUserAttributes()
to CognitoUser - Add
updateAttributes()
to CognitoUser - Add
deleteAttributes()
to CognitoUser
- renamed
Storage
toCognitoStorage
- simplify package load to single entry point
cognito.dart
- Add signature v4 helper
- Fix endpoint follows region
- Add get AWS credentials for authenticated users
- Remove dart:io dependency
- Format code with dartfmt
- Add Custom Storage support
- Initial Release