auth0_flutter 1.0.0-fa.0 copy "auth0_flutter: ^1.0.0-fa.0" to clipboard
auth0_flutter: ^1.0.0-fa.0 copied to clipboard

Auth0 SDK for Flutter

Change Log #

1.0.0-fa.0 (2022-07-22) #

This is a First Availability release of the Auth0 Flutter SDK! 🎉

This release includes the addition of a Credentials Manager: a mechanism to manage the tokens returned from Auth0, including the ability to automatically renew the access token when expired (web authentication only). Read more about the credentials manager in the readme.

1.0.0-beta.1 (2022-07-08) #

This is the first public beta release of the Auth0 Flutter SDK! 🎉

⚠️ This release is not yet suitable for use in production

The Auth0 Flutter SDK is a new SDK designed to make it quick and easy to integrate Auth0 into Flutter applications. Today, the SDK offers the following features:

Check out the Readme for a more detailed run through of the capabilities and API.

1.0.0-beta.0 (2022-05-05) #

Added

  • Web Auth login
  • Web Auth logout
  • Authenticaiton API login
  • Authentication API signup
  • Authentication API user profile
  • Authentication API renew credentials
  • Authentication API reset password