This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
v0.2.0
Pre-release
Pre-release
Added
- Added
ChangePassword
,ForgotPassword
andForgotPasswordConfirmation
functions.
Changed
- BREAKING: Changed the return type of the
SignIn
function from*types.AuthenticationResultType
to*cognitoidentityprovider.InitiateAuthOutput
. - BREAKING: Renamed
CognitoUserPoolClientID
toUserPoolClient
. - BREAKING: Removed
passwordConfirmation
parameter fromSignUp