lb_auth 1.0.7 lb_auth: ^1.0.7 copied to clipboard
Logbot authentication client to be used on all the Logbot SDK Flutter packages
1.0.7 #
- CHANGE: Updated all the dependencie
1.0.6 #
- CHANGE: Changed the LogbotCredentials model to accept basePath so that it can login with any basePath for both production and development
1.0.5 #
- FIX: Fixed problem when an API call would not wait the refresh token to be refreshed before completing, causing an Unauthorized error
1.0.4 #
- CHANGE: Improved refresh token, now it is refreshed before expiration
1.0.3 #
- FEAT: Added User ID method to retrieve the UID from the Access Token
1.0.2 #
- FIX: Errors in login or refresh now correctly throw Exceptions
1.0.1 #
- FIX: Fixed authentication error when user fails to login the first time
1.0.0 #
- FEAT: First release