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

Releases: gofor-little/aws-auth

v0.4.0

20 Aug 23:24
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

  • Added Go 1.17 support.

Changed

  • BREAKING: Renamed SetPassword to UpdateExpiredPassword.

v0.3.0

15 Aug 05:09
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Added SetPassword function.

Changed

  • Improved comments on ChangePassword and ForgotPassword functions.

v0.2.0

12 Aug 10:09
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-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

v0.1.0

12 Aug 10:09
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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 and SignIn functions.