senior_authentication 0.4.0 copy "senior_authentication: ^0.4.0" to clipboard
senior_authentication: ^0.4.0 copied to clipboard

discontinuedreplaced by: senior_platform_authentication_ui
PlatformAndroidiOS

Flutter package which manages the authentication domain.

0.4.0 #

[13/10/2022]

Fixes #

  • Fixed some imports and deprecated mehtods
  • Fixed Xcode 14 build error

Dependencies #

  • Updated dependencies.
  • Updated Flutter version from 2.5.3 to 3.3.4

0.3.3 #

[10/01/2022]

Fixes #

  • Fixing the error messages when trying to validate username@tenant

0.3.2 #

[03/01/2022]

Enhancements #

  • Update flutter_svg version

Dependencies #

  • flutter_svg from v0.22.0 to v1.0.0

0.3.1 #

[29/12/2021]

Enhancements #

  • Improved the error messages when trying to validate username@tenant

0.3.0 #

[08/12/2021]

BREAKING: upgrade all bloc libraries to v8.0.0+

Dependencies #

  • 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

0.2.6 #

[29/11/2021]

Fixes #

  • Added null check for scope property on RefreshTokenModel.

0.2.5 #

[31/10/2021]

Fixes #

  • Change the return of AuthenticationStatus to unauthenticated when GetUser fails.

0.2.4 #

[04/10/2021]

Fixes #

  • Fixed duplicated event emitt by authenticated user
  • Stop login execution when token is empty
  • Remove autocorrect in textFields (email) when is IOS

0.2.3 #

[23/08/2021]

Fixes #

  • Fixed Forgot Password endpoint.

0.2.3-alpha.2 #

[19/08/2021]

Fixes #

  • Fixed Forgot Password screen's hints.
  • Added a workaround for text field's focus problem on Password Screen.

0.2.3-alpha.1 #

[16/08/2021]

Features #

  • Created Forgot Password screen that allows user to reset password.

0.2.2 #

[28/07/2021]

Fixes #

  • Added status code 401 to error handling on getUser.

0.2.1 #

[25/07/2021]

Fixes #

  • Fixed error handling on getUser and doRefreshToken.

0.2.0 #

[23/07/2021]

Features #

  • Changed to use a new version of /platform/user/queries/getUser, to get photo URL.

Breaking change #

  • Changed getUser response property: photo -> photoUrl.

0.1.1-alpha.1 #

[28/06/2021]

Fixes #

  • Fixed error handling on getUser and doRefreshToken.

0.1.0 #

[28/06/2021]

Features #

  • Created first stable minor version.

0.1.0-alpha.14 #

[28/06/2021]

Fixes #

  • Remove loggedUser from storage when logout.
  • Set loggedUser from storage when login.

0.1.0-alpha.13 #

[28/06/2021]

Fixes #

  • Fix getLoggedUser response.

0.1.0-alpha.12 #

[24/06/2021]

Fixes #

  • Fix getUser response.

0.1.0-alpha.11 #

[15/06/2021]

Fixes #

  • Fixed a issue with jsonDecode on /getUser.

0.1.0-alpha.10 #

[08/06/2021]

Fixes #

  • Change locale property of UserModel to nullable.

0.1.0-alpha.9 #

[08/06/2021]

Fixes #

  • Fixed fromJson and fromMap wrong type cronvertions on UserModel.

0.1.0-alpha.8 #

[08/06/2021]

Fixes #

  • Added jsonDecode on /getUser response to fix type errors.

0.1.0-alpha.7 #

[05/06/2021]

Features #

  • Send Authorization header if the token is present.

0.1.0-alpha.6 #

[05/06/2021]

Features #

  • Created SeniorX Platform interceptor to forward requests to bridge address (based on urlBase property).

0.1.0-alpha.5 #

[01/06/2021]

Fixes #

  • Change fromMap to fromJson on /getUser response.

0.1.0-alpha.4 #

[01/06/2021]

Enhancements #

  • Added refreshToken and validate accessToken rotine.

0.1.0-alpha.3 #

[31/05/2021]

Fixes #

  • Defined a backgroundColor on Scaffold for each screen.

0.1.0-alpha.2 #

[31/05/2021]

Enhancements #

  • Exported UsernameScreen widget to allow the projects to use that as an initial route.

0.1.0-alpha.1 #

[29/05/2021]

Feature #

  • Added SAML authentication.
  • Added storage keys, method to store user data and validate token.

Improvements #

  • Implemented BLoC from screens handlers.
  • Added error state from form fields.
  • Button to switch value visibility from password field on default login.

Fixes #

  • Fixed API calls to Authentication service from Senior X Platform.

0.0.1 #

[13/05/2021]

Features #

  • 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.