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

discontinuedreplaced by: senior_platform_authentication_ui
outdated

Flutter package which manages the authentication domain.

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.