oauth_chopper 0.4.0 oauth_chopper: ^0.4.0 copied to clipboard
Add and manage OAuth2 authentication for your Chopper client.
0.4.0 #
- ✨ Add very good analysis by @Guldem in https://github.com/DutchCodingCompany/oauth_chopper/pull/17
- ✨ Add custom client by @Guldem in https://github.com/DutchCodingCompany/oauth_chopper/pull/18
- ⬆️ Upgraded some dependencies by @Guldem in https://github.com/DutchCodingCompany/oauth_chopper/pull/12
0.3.0 #
- Fixed issues where credentials where cleared when refreshing token failed on other errors than authorization errors.
0.2.0 #
- Updated dependencies to latest versions. Including
chopper: 7.0.4
andhttp: 1.1.0
. - Added basic github action checks.
- Removed mockito in favor of mocktail.
0.1.2 #
- Add ID token to OAuth token
0.1.1 #
- Export OauthToken class
0.1.0 #
- Add support for AuthorizationCodeGrant
0.0.5 #
- Update Chopper
0.0.4 #
- Removed import for HttpStatus because platform support
0.0.3 #
- Changed import for HttpStatus
- Added export for oauth2 package exceptions
0.0.2 #
- Fixed dart formatting
0.0.1 #
- Initial version.