nest_auth_flutter 2.3.0
nest_auth_flutter: ^2.3.0 copied to clipboard
Flutter / Dart SDK for NestJS authentication with @ackplus/nest-auth — HTTP client, secure token storage, and automatic refresh.
Changelog #
2.0.0 #
Initial release of the Flutter / Dart SDK for @ackplus/nest-auth.
NestAuthClient— header-token mode HTTP client with transparent 401 refresh-and-retry.- Full auth surface: signup, email/password login, passwordless, social login, logout, refresh; password reset, change password; email & phone verification; switch tenant; MFA challenge/verify/status.
- Token storage:
TokenStorageinterface withInMemoryTokenStorageandSecureTokenStorage(backed byflutter_secure_storage). NestAuthController— aChangeNotifierfor reactive UIs.- Typed models (
AuthResponse,SessionUser,TokenPair) andNestAuthException.