Skip to content

Releases: Litarvan/OpenAuth

1.1.6

23 Apr 13:49
fd5d5cd

Choose a tag to compare

  • Fixed first password entered being marked as incorrect
  • Fixed 1.19 servers support
  • Fixed webview partial closing when hitting the close button

1.1.4

05 Nov 14:52
e14570a

Choose a tag to compare

1.1.3

23 Aug 01:27

Choose a tag to compare

  • Updated GSON to 2.9.1
  • Added JavaFX to the dependencies, added user agent when using MicrosoftAuthenticator#loginWithWebview and translated the frame title in english by @DxsSucuk (#18)
  • Fixed crash on recent Java version when using MicrosoftAuthenticator#loginWithWebview by @FlowArg (#19)
  • Fixed crash when an exception was thrown in Authenticator#loginWithToken by @3arthqu4ke (#20)

1.1.2

07 Aug 04:03

Choose a tag to compare

  • Fixed crash when launching webview Microsoft auth more than once

1.1.1

13 Jun 16:50

Choose a tag to compare

  • Fixed webview being stuck with Java >=11 on non-macOS platforms

1.1.0

11 May 14:57

Choose a tag to compare

  • Added Microsoft authentication support (see README.md for usage)
  • Minimum Java version required bumped to Java 8

1.0.4

01 Apr 19:54

Choose a tag to compare

  • Error message is now in the AuthenticationException message
  • TheShark34 => Litarvan
  • UTF-8 bug fix

1.0.3-SNAPSHOT - Bug really fixed

12 Jul 22:37

Choose a tag to compare

1.0.3-SNAPSHOT - Bug really fixed

I finally did really fix these bugs, the 1.0.2-SNAPSHOT was TOTALLY bugged, and was not detecting when an error was returned, now I tested, everything should work, the errors are normally parsed, even when they are not JSONs.

1.0.2-SNAPSHOT - Error parsing fixes

11 Jul 22:50

Choose a tag to compare

1.0.2-SNAPSHOT - Error parsing fixes

  • Fixed crash when parsing an error thrown by Java directly, not really fixed by the last snapshot, really fixed now
  • Fixed Javadoc typos

1.0.1-SNAPSHOT - Fixes

09 Jul 17:41

Choose a tag to compare

1.0.1-SNAPSHOT - Fixes

  • Fixed major crash