oauth_flutter 0.0.6 oauth_flutter: ^0.0.6 copied to clipboard
A complete OAuth2 solution for Flutter apps. Handles auth, token storage, and token refresh.
0.0.6 #
- Specifies a generic type on the
Fresh
field
0.0.5 #
- Fixes token refresh serialization issue
0.0.4 #
- Adds
interceptCallback
parameter to allow for custom interception of the callback URL - Adds
isAuthenticated
method to check if the user is authenticated
0.0.3 #
- Supports discovery
0.0.2 #
- Adds token revocation support
0.0.1 #
- Initial release