auth0 1.2.0 copy "auth0: ^1.2.0" to clipboard
auth0: ^1.2.0 copied to clipboard

outdated

Dart package for authentication using Auth0 API. Contains basic set of methods like passwordRealm, getUser, logout etc.

[1.2.0] - 23.09.2020. #

  • Added [passwordGrant] method
  • Added [sendOtpCode] method for passwordless (OTP) auth
  • Added [phoneVerificationOtp] method to confirm auth via OTP
  • Added token interceptor for dio to automatically refresh token if needed. Tokens are saved via shared preferences
  • Added [Auth0UnauthorizedException] that throws when no token or it can not be refreshed

[1.1.0] - 17.03.2020. #

  • Fixed some methods

[1.0.1] - 17.03.2020. #

  • Minor file format

[1.0.0] - 17.03.2020. #

  • Basic set of API methods
20
likes
0
pub points
71%
popularity

Publisher

unverified uploader

Dart package for authentication using Auth0 API. Contains basic set of methods like passwordRealm, getUser, logout etc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, pretty_dio_logger, shared_preferences

More

Packages that depend on auth0