OpenAuth
OpenAuth copied to clipboard
Java Yggdrasil library.
Bonjour, Je crois que OpenAuth ne gère pas ceux qui ont minecraft avec le game pass de microsoft. Est-il possible d'ajouter cette fonctionnalité à OpenAuth car beaucoup de gens ont...
When using the Webview to connect an error occurs... ``` Graphics Device initialization failed for : d3d, sw Error initializing QuantumRenderer: no suitable pipeline found java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer:...
Hello, I am trying to use openauth v 1.1.6, to make an auth on my client, but the problem is I am getting the following error / bug?  I...
java.lang.RuntimeException: java.io.FileNotFoundException: https://api.minecraftservices.com/minecraft/profile at fr.litarvan.openauth.microsoft.HttpClient.readResponse(HttpClient.java:147) at fr.litarvan.openauth.microsoft.HttpClient.readJson(HttpClient.java:100) at fr.litarvan.openauth.microsoft.HttpClient.getJson(HttpClient.java:61) at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithTokens(MicrosoftAuthenticator.java:225) at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithCredentials(MicrosoftAuthenticator.java:115) at net.minecraft.client.Minecraft.startGame(Minecraft.java:574) at net.minecraft.client.Minecraft.run(Minecraft.java:408) at net.minecraft.client.main.Main.main(Main.java:113) at Start.main(Start.java:22) Caused by: java.io.FileNotFoundException: https://api.minecraftservices.com/minecraft/profile at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
Code: ```java try { MicrosoftAuthenticator microsoftAuthenticator = new MicrosoftAuthenticator(); MicrosoftAuthResult authResult = microsoftAuthenticator.loginWithWebview(); } catch (MicrosoftAuthenticationException e) { e.printStackTrace(); } ``` The frame opens but it shows "Something went wrong"...
**Describe the bug** When i use a void: ```java MicrosoftAuthenticator authenticator = new MicrosoftAuthenticator(); MicrosoftAuthResult result = authenticator.loginWithWebview(); System.out.println("Logged in as: " + result.getProfile().getName()); System.out.println("UUID: " + result.getProfile().getId()); System.out.println("Access Token:...
I want to make my own minecraft launcher but i get this error : Could not find artifact org.openjfx:javafx:jar:21 in litarvan (https://litarvan.github.io/maven) I shouldn't get any error. **Desktop (please complete...
[BUG] java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel when authenticating with Webview
**Describe the bug** When I call authenticator.loginWithWebview() I get the following error: ``` java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithAsyncWebview(MicrosoftAuthenticator.java:154) at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithWebview(MicrosoftAuthenticator.java:138) at de.pauljako.airclient.Account.webLogin(Account.java:60) ``` **To Reproduce** Steps to reproduce the behavior: 1....
Please update the Authenticator, because Microsoft changed the API authenticator.loginWithCredentials: Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.length()" because "s" is null and the webview doesn't work too
**Describe the bug** What happens is that when you try to log in with a webview, the login will show up for around half a second or so, and then...