lb_auth 1.1.0
lb_auth: ^1.1.0 copied to clipboard
Logbot authentication client to be used on all the Logbot SDK Flutter packages
1.1.0 #
- FEAT: Added support for custom base URL & Environment switch
- CHANGE: Updated error handling & logging
1.0.7 #
- CHANGE: Updated all the dependencies
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