Skip to content

Releases: Litarvan/OpenAuth

1.1.6

Choose a tag to compare

@Litarvan Litarvan released this 23 Apr 13:49
fd5d5cd
  • 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

Choose a tag to compare

@Litarvan Litarvan released this 05 Nov 14:52
e14570a

See #22 by @DxsSucuk

1.1.3

Choose a tag to compare

@Litarvan Litarvan released this 23 Aug 01:27
  • 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

Choose a tag to compare

@Litarvan Litarvan released this 07 Aug 04:03
  • Fixed crash when launching webview Microsoft auth more than once

1.1.1

Choose a tag to compare

@Litarvan Litarvan released this 13 Jun 16:50
  • Fixed webview being stuck with Java >=11 on non-macOS platforms

1.1.0

Choose a tag to compare

@Litarvan Litarvan released this 11 May 14:57
  • Added Microsoft authentication support (see README.md for usage)
  • Minimum Java version required bumped to Java 8

1.0.4

Choose a tag to compare

@Litarvan Litarvan released this 01 Apr 19:54
  • Error message is now in the AuthenticationException message
  • TheShark34 => Litarvan
  • UTF-8 bug fix

1.0.3-SNAPSHOT - Bug really fixed

Choose a tag to compare

@Litarvan Litarvan released this 12 Jul 22:37

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

Choose a tag to compare

@Litarvan Litarvan released this 11 Jul 22:50

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

Choose a tag to compare

@Litarvan Litarvan released this 09 Jul 17:41

1.0.1-SNAPSHOT - Fixes

  • Fixed major crash