auth0_flutter 1.0.0-beta.1
auth0_flutter: ^1.0.0-beta.1 copied to clipboard
Auth0 SDK for Flutter
Change Log #
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:
- Support for iOS and Android
- Integration with Auth0 Universal Login
- Integration with the Auth0 Authentication API for:
- username and password login
- signup
- refreshing access tokens
- password reset
- fetching user profile
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