flutter_next_auth_core 1.0.6
flutter_next_auth_core: ^1.0.6 copied to clipboard
This is a Flutter client library for quickly integrating with NextAuth v4.x backend authorization APIs.
1.0.0 #
- Initial release.
1.0.1 #
- Session data type now can be any type
1.0.2 #
- Fix
SessionDatageneric type error - Added
session_serializerinterface to serialize and deserializeSessionDatato and from JSON to pass to the server
1.0.3 #
- Updated repository URLs
1.0.4 #
- Improve docs
1.0.5 #
- Fix bug: access token is missing to request session info
1.0.6 #
- Updated README.md