Skip to content

Releases: coffeelibs/tiny-oauth2-client

0.8.0

27 Oct 17:31
0.8.0
a09db20
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

What's Changed

What's New 🎉

  • #8 Removed redundant API
  • #6 Add support for Client Credentials Grant

Full Changelog: 0.7.0...0.8.0

0.7.0

20 Oct 08:48
0.7.0
5478bd1
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

26 Jul 09:46
0.6.0
f631ad7
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

What's Changed

  • Feature: Allow custom http client by @infeo in #4

New Contributors

  • @infeo made their first contribution in #4

Full Changelog: 0.5.1...0.6.0

0.5.1

04 Jul 14:21
7810507
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • #2 omit scope http request parameter, if no particular scope is requested

0.5.0

03 May 06:10
0.5.0
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • return HttpResponse<String> instead of just String
  • added nonblocking authorizeAsync and refreshAsync methods, returning a CompletableFuture

0.4.0

30 Apr 10:39
0.4.0
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Refactored API, see #1

0.3.0

29 Apr 08:15
0.3.0
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • added refresh(...) method consuming a refresh token
  • marked API as experimental

0.2.0

28 Apr 10:39
0.2.0
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Allow modifying HTTP response delivered when visiting redirect_uri:
    • .withSuccessHtml(...)/ .withErrorHtml(...) show HTML response
    • .withSuccessRedirect(...)/.withErrorRedirect(...) redirect browser to given URI

0.1.1

25 Apr 14:05
0.1.1
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Renamed base package to io.github.coffeelibs.tinyoauth2client

0.1.0

25 Apr 13:15
0.1.0
4db1c8a
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First pre-release version intended for integration tests in downstream projects. Not ready for production use yet.