Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@strongishllama strongishllama released this 12 Aug 10:09
· 8 commits to main since this release

Added

  • Added ChangePassword, ForgotPassword and ForgotPasswordConfirmation functions.

Changed

  • BREAKING: Changed the return type of the SignIn function from *types.AuthenticationResultType to *cognitoidentityprovider.InitiateAuthOutput.
  • BREAKING: Renamed CognitoUserPoolClientID to UserPoolClient.
  • BREAKING: Removed passwordConfirmation parameter from SignUp