auth0_flutter 1.7.0 copy "auth0_flutter: ^1.7.0" to clipboard
auth0_flutter: ^1.7.0 copied to clipboard

Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps.

Change Log #

af-v1.7.0 (2024-04-22) #

Full Changelog

Added

af-v1.6.0 (2024-03-18) #

Full Changelog

Added

  • Add support for HTTPS redirect URLs [SDK-4754] #417 (Widcket)

af-v1.5.0 (2023-12-15) #

Full Changelog

Added

af-v1.4.1 (2023-12-07) #

Full Changelog

Fixed

  • af: Install Kover from the library's Gradle config #372 (Widcket)
  • Update auth0_flutter_platform_interface to 1.4.0 #370 (Widcket)

af-v1.4.0 (2023-12-06) #

Full Changelog

Added

Changed

  • Remove and gitignore pubspec.lock files #340 (Widcket)

af-v1.3.1 (2023-11-08) #

Full Changelog

Fixed

af-v1.3.0 (2023-10-27) #

Full Changelog

Changed

  • Lock Auth0.Android version to avoid dynamic versioning #311 (poovamraj)
  • Add namespace to build.gradle #290 (poovamraj)
  • af: Pin Auth0.swift and its dependencies to last version that supports iOS 12 #276 (Widcket)

Fixed

v1.2.1 (2023-06-06) #

Full Changelog

Fixed

  • fix: allow audience and scope to be supplied during initialization #272 (stevehobbsdev)

v1.2.0 (2023-05-31) #

Full Changelog

This release adds official support for the Web platform! 🎉 Please checkout the readme for full usage instructions for all supported platforms.

Other changes in this release:

Added

  • Add support for requesting MFA challenges [SDK-4052] #251 (Widcket)

Fixed

v1.2.0-beta.1 (2023-05-24) #

Full Changelog

Changed

  • Document how to load the SPA SDK in index.html #254 (Widcket)
  • Document how to pass the port 3000 when running a web app #249 (Widcket)

Fixed

v1.2.0-beta.0 (2023-04-14) #

Full Changelog

This release adds support for the web platform.

Added

v1.1.0 (2023-02-23) #

Full Changelog

Added

Fixed

v1.0.2 (2022-11-03) #

Full Changelog

Changed

Security

1.0.1 (2022-09-14) #

Full changelog

Fixed

  • Fix timezone issue in Android Credentials Manager handler #162 (widcket)

1.0.0 (2022-08-25) #

This is the General Availability release of the Auth0 Flutter SDK! 🎉

This release marks the first stable release of the SDK and is fully supported for use in production environments.

⚠️ Breaking changes #

There are a small number of breaking changes from 1.0.0-fa.0 in this release:

Renamed properties The following properties were renamed to comply with Dart's API guidelines.

See #146

  • UserProfile.profileURL to UserProfile.profileUrl
  • UserProfile.pictureURL to UserProfile.pictureUrl
  • UserProfile.websiteURL to UserProfile.websiteUrl
  • ApiException.isInvalidAuthorizeURL to ApiException.isInvalidAuthorizeUrl
  • ApiException.isPKCENotAvailable to ApiException.isPkceNotAvailable

Scheme registration

The scheme option of webAuthentication().login and webAuthentication().logout() was moved up a level to become an option of webAuthentication() instead.

Before:

auth0.webAuthentication().login(scheme: 'custom-scheme');
auth0.webAuthentication().logout(scheme: 'custom-scheme');

After:

auth0.webAuthentication(scheme: 'custom-scheme').login();
auth0.webAuthentication(scheme: 'custom-scheme').logout();

See #150

Renamed LocalAuthenticationOptions

LocalAuthenticationOptions was renamed to LocalAuthentication to fix up some confusion about how the class was to be used.

See #152 for details.

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
54
likes
130
pub points
97%
popularity

Publisher

verified publisherauth0.com

Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

auth0_flutter_platform_interface, flutter, flutter_web_plugins, js

More

Packages that depend on auth0_flutter