Releases: coffeelibs/tiny-oauth2-client
Releases · coffeelibs/tiny-oauth2-client
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
authorizeAsync
andrefreshAsync
methods, 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
0.1.0
First pre-release version intended for integration tests in downstream projects. Not ready for production use yet.