senior_authentication 0.1.0-alpha.14 copy "senior_authentication: ^0.1.0-alpha.14" to clipboard
senior_authentication: ^0.1.0-alpha.14 copied to clipboard

discontinuedreplaced by: senior_platform_authentication_ui
outdated

Flutter package which manages the authentication domain.

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.