hng_authentication 0.1.6
hng_authentication: ^0.1.6 copied to clipboard
An Authentication package used in hng_internship_10. This package offer the client the ability to call the signup, signin, logout functions and also check currently logged in user.
0.0.1 #
- initial release for HNG Authentication service.
0.0.2 #
- Update to initial release for HNG Authentication service.
0.0.3 #
- Update hng_authentication package and added some simple UI for use.
0.1.0 #
- Refactored authentication.dart to use User and Failure Model.
0.1.1 #
- Refactored authentication.dart to use User and Failure Model. Dart format code
0.1.2 #
- Added dart Doc to the package
0.1.3 #
- Updated package to save and return cookies as part of the user object.
0.1.4 #
- Optimize package properly using dart format standard
0.1.5 #
- Optimize error handling for each function
0.1.6 #
- fix getUser method