flutter_next_auth_core 1.0.5
flutter_next_auth_core: ^1.0.5 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 2026-1-13 #
- Session data type now can be any type
1.0.2 2026-1-13 #
- Fix
SessionDatageneric type error - Added
session_serializerinterface to serialize and deserializeSessionDatato and from JSON to pass to the server
1.0.3 2026-1-13 #
- Updated repository URLs
1.0.4 2026-1-14 #
- Improve docs
1.0.5 2026-1-14 #
- Fix bug: access token is missing to request session info