Releases: coffeelibs/tiny-oauth2-client
Releases · coffeelibs/tiny-oauth2-client
0.8.1
- publish to central.sonatype.cominstead of legacy OSSRH
- publish attestations
Full Changelog: 0.8.0...0.8.1
0.8.0
0.7.0
What's Changed
- add withRequestTimeout(...)parameter by @overheadhunter in #5
Full Changelog: 0.6.0...0.7.0
0.6.0
0.5.1
0.5.0
- return HttpResponse<String>instead of justString
- added nonblocking authorizeAsyncandrefreshAsyncmethods, returning aCompletableFuture
0.4.0
0.3.0
- added refresh(...)method consuming a refresh token
- marked API as experimental
0.2.0
- Allow modifying HTTP response delivered when visiting redirect_uri:- .withSuccessHtml(...)/- .withErrorHtml(...)show HTML response
- .withSuccessRedirect(...)/- .withErrorRedirect(...)redirect browser to given URI
 
0.1.1
- Renamed base package to io.github.coffeelibs.tinyoauth2client