This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Releases: gofor-little/aws-auth
Releases · gofor-little/aws-auth
v0.4.0
Added
- Added Go 1.17 support.
Changed
- BREAKING: Renamed
SetPassword
toUpdateExpiredPassword
.
v0.3.0
Added
- Added
SetPassword
function.
Changed
- Improved comments on
ChangePassword
andForgotPassword
functions.
v0.2.0
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
v0.1.0
Added
- Added a changelog.
- Added a code of conduct.
- Added a pull request template.
- Added a Semantic Commits configuration file.
- Added a Dependabot configuration file.
- Added a CI GitHub action.
- Added a Stale GitHub action.
- Added a LICENSE.
- Added
SignUp
,SignUpConfirm
andSignIn
functions.