flutter_auth0_client 0.2.1 copy "flutter_auth0_client: ^0.2.1" to clipboard
flutter_auth0_client: ^0.2.1 copied to clipboard

Auth0 Client for iOS, Android, and Web.

0.2.1 #

  • Fixes bug caused by checking android platform crashing web

0.2.0 #

  • Android login implementation

0.1.2 #

  • Better error messages iOS

0.1.1 #

  • Handle login cancellation iOS

0.1.0 #

  • Breaking changes -- using instance class instead of static methods
  • Logout method
  • Allows for ephemeral login in iOS

0.0.7 #

  • Fix null checking bug

0.0.6 #

  • add audience to iOS

0.0.5 #

  • Update to latest web package
  • Adds audience and scope to loginWithPopup()
  • Adds audience to getTokenSilently()

0.0.4 #

  • Use refresh tokens.

0.0.3 #

  • Allows user to pass audience into login for web.

0.0.2 #

  • Fixes iOS compilation errors due to changing package name.

0.0.1 #

  • Initial Release
  • Basic Login