auth0_dart_auth_sdk 0.0.3 copy "auth0_dart_auth_sdk: ^0.0.3" to clipboard
auth0_dart_auth_sdk: ^0.0.3 copied to clipboard

A Dart SDK for auth0 Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.

0.0.3 #

Changed #

  • Updated GitHub URL
  • Normalized Dart Docs API naming convention

0.0.2 #

Breaking #

  • Rename: all public file/module names changed from aortem_auth0_*auth0_*.

    • If you import subpaths, replace occurrences of aortem_auth0_ with auth0_.

    • Prefer importing the package entrypoint:

      import 'package:auth0_dart_auth_sdk/auth0_dart_auth_sdk.dart';
      

Added #

  • Example Flutter app demonstrating:

    • Email/password & social login
    • Enterprise SAML
    • MFA (OTP/OOB/Recovery), list/add/delete authenticators
    • Token operations (get token, revoke)
    • OIDC/SAML logout, user info/profile
    • Dynamic application client registration

Changed #

  • Exports consolidated under auth0_* namespace for consistency and clarity. (No runtime behavior changes intended.)

0.0.1 #

  • Bump To Version 3.8.0

0.0.1-pre #

  • Initial pre-release version of the Auth0 Dart Auth SDK.
0
likes
150
points
359
downloads

Publisher

verified publisheraortem.io

Weekly Downloads

A Dart SDK for auth0 Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

build_web_compilers, ds_standard_features, js_interop, jwt_generator, web

More

Packages that depend on auth0_dart_auth_sdk