- Updated dio version and documentation
- Removed secret from constructor, added it as passwordGrant arg (issue #12)
- Updated documentation
- Added method exchangeAppleAuthCode (issue #9)
- Updated dependencies
- Support "passwordless" via email as well as SMS (issue #6)
- All fields in Auth0User are nullable
- More documentation for classes
- Updated dependencies and example
- Added nullsafety support, thanks @LockedThread
- Removed useless shared preference and token interceptor
- Removed flutter as dependency
- Improved documentation
- Fixed documentation
- Added [passwordGrant] method
- Added [sendOtpCode] method for passwordless (OTP) auth
- Added [verifyPhoneWithOTP] 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
- Fixed some methods
- Minor file format
- Basic set of API methods