[13/10/2022]
- Fixed some imports and deprecated mehtods
- Fixed Xcode 14 build error
- Updated dependencies.
- Updated Flutter version from
2.5.3 to 3.3.4
[10/01/2022]
- Fixing the error messages when trying to validate username@tenant
[03/01/2022]
- Update flutter_svg version
- flutter_svg from
v0.22.0 to v1.0.0
[29/12/2021]
- Improved the error messages when trying to validate username@tenant
[08/12/2021]
BREAKING: upgrade all bloc libraries to v8.0.0+
- flutter_bloc from
v7.2.0 to v8.0.0
- bloc_test from
v8.1.0 to v9.0.1
- mocktail from
v0.1.4 to v0.2.0
[29/11/2021]
- Added null check for
scope property on RefreshTokenModel.
[31/10/2021]
- Change the return of AuthenticationStatus to
unauthenticated when GetUser fails.
[04/10/2021]
- Fixed duplicated event emitt by authenticated user
- Stop login execution when token is empty
- Remove autocorrect in textFields (email) when is IOS
[23/08/2021]
- Fixed Forgot Password endpoint.
[19/08/2021]
- Fixed Forgot Password screen's hints.
- Added a workaround for text field's focus problem on Password Screen.
[16/08/2021]
- Created Forgot Password screen that allows user to reset password.
[28/07/2021]
- Added status code 401 to error handling on
getUser.
[25/07/2021]
- Fixed error handling on
getUser and doRefreshToken.
[23/07/2021]
- Changed to use a new version of
/platform/user/queries/getUser, to get photo URL.
- Changed
getUser response property: photo -> photoUrl.
[28/06/2021]
- Fixed error handling on
getUser and doRefreshToken.
[28/06/2021]
- Created first stable
minor version.
[28/06/2021]
- Remove
loggedUser from storage when logout.
- Set
loggedUser from storage when login.
[28/06/2021]
- Fix
getLoggedUser response.
[15/06/2021]
- Fixed a issue with
jsonDecode on /getUser.
[08/06/2021]
- Change
locale property of UserModel to nullable.
[08/06/2021]
- Fixed
fromJson and fromMap wrong type cronvertions on UserModel.
[08/06/2021]
- Added
jsonDecode on /getUser response to fix type errors.
[05/06/2021]
- Send
Authorization header if the token is present.
[05/06/2021]
- Created SeniorX Platform interceptor to forward requests to bridge address (based on
urlBase property).
[01/06/2021]
- Change
fromMap to fromJson on /getUser response.
[01/06/2021]
- Added refreshToken and validate accessToken rotine.
[31/05/2021]
- Defined a
backgroundColor on Scaffold for each screen.
[31/05/2021]
- Exported UsernameScreen widget to allow the projects to use that as an initial route.
[29/05/2021]
- Added SAML authentication.
- Added storage keys, method to store user data and validate token.
- Implemented BLoC from screens handlers.
- Added error state from form fields.
- Button to switch value visibility from password field on default login.
- Fixed API calls to Authentication service from Senior X Platform.
[13/05/2021]
- Created authentication using Username/Password with state management and example app using this package.
- Created authentication using Username/Password with state management and example app using this package.