Releases: raphaelcdsouza/awesome-rtk
Releases · raphaelcdsouza/awesome-rtk
v1.2.0
What's Changed
- Refactor/aws s3 file storage constructor by @raphaelcdsouza in #16
Full Changelog: v1.1.5...v1.2.0
v1.1.5
What's Changed
- Feat/file storage mime type/rs by @raphaelcdsouza in #10
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- feat: uploadFile method accepts mimeType by @raphaelcdsouza in #9
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- removed refreshToken from return object by @raphaelcdsouza in #8
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
What's Changed
- AwsCognitoIdentityProvider - optional credentials by @raphaelcdsouza in #6
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- AwsCognitoIdentityProvider - refreshToken action by @raphaelcdsouza in #5
Full Changelog: v1.0.5...v1.1.0
v1.0.5
What's Changed
- AwsCognitoIdentityProvider - IGetUserAttributes interface implemented by @raphaelcdsouza in #4
Full Changelog: v1.0.4...v1.0.5
v1.0.4
AWS Cognito Identity provider with the following methods:
- signUp;
- confirmSignUp;
- resendSignUpConfirmationCode;
- login
- associateSoftwareToken;
- verifySoftwareToken;
- respondToAuthChallenge;
- updateUserAttributes;
- verifyUserAttribute;
- changePassword;
- forgotPassword;
- toggleMFA;
- deleteUser;
- getUserAttributes;
What's Changed
- Gateways identity provider by @raphaelcdsouza in #3
Full Changelog: v1.0.3...v1.0.4
v1.0.3
AWS S3 File storage provider with the following methods:
- retrieveFile
- retrieveFileFromStream
- uploadFile