awesome_node_auth_flutter 1.8.5 copy "awesome_node_auth_flutter: ^1.8.5" to clipboard
awesome_node_auth_flutter: ^1.8.5 copied to clipboard

A Flutter/Dart authentication client for the awesome-node-auth backend. Supports web (including WASM) via cookie + CSRF and native platforms via Bearer token.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

1.8.5 #

  • Initial public release, aligned with awesome-node-auth backend v1.8.5.
  • Web (WASM-compatible) cookie + CSRF authentication via HttpOnly cookies and X-CSRF-Token header, same-origin only.
  • Native (iOS, Android, Desktop) Bearer token authentication with pluggable TokenStorage.
  • Automatic token refresh with concurrent-request deduplication.
  • Full API coverage: login, register, logout, 2FA (TOTP / SMS / magic-link), email verification and change, password reset and change, account linking, session management, account deletion.
  • AuthState.userStream replays the current user to new subscribers immediately upon subscription.
  • WASM-compatible: no dart:html, no dart:io, no native plugins.

0.1.0 #

  • Initial release.
  • Web (WASM-compatible) cookie + CSRF authentication.
  • Native Bearer token authentication with pluggable TokenStorage.
  • Full API coverage: login, register, 2FA (TOTP/SMS/magic-link), email verification, account linking, session management.
0
likes
0
points
110
downloads

Publisher

verified publisherawesomenodeauth.com

Weekly Downloads

A Flutter/Dart authentication client for the awesome-node-auth backend. Supports web (including WASM) via cookie + CSRF and native platforms via Bearer token.

Repository (GitHub)
View/report issues

Topics

#authentication #flutter #wasm

License

unknown (license)

Dependencies

http, web

More

Packages that depend on awesome_node_auth_flutter