OpenAuth
OpenAuth copied to clipboard
Java Yggdrasil library.
**Describe the bug** When running any login method in `MicrosoftAuthenticator`, the client doesn't seem to log in. I verified this by running the `loginWithCredentials` method with my own credentials, but...
### Bug *loginWithAsyncWebview* return an error I think that the problem comes from my Java version but I can't do otherwise. ### Config - OS: macOS Catalina 10.15.7 - Java...
[contributing]: https://github.com/azura-client/OpenAuth/blob/master/.github/CONTRIBUTING.md ## Pull Request Etiquette - [✓] I have checked the PRs for upcoming features/bug fixes. - [✓] I have read the [contributing guidelines][contributing]. ### Changes - [✓ ]...
**Description** Every few launches, I get an UnknownHostException and the following stacktrace: ``` Exception in thread "main" java.lang.RuntimeException: java.net.UnknownHostException: login.live.com at fr.litarvan.openauth.microsoft.HttpClient.readResponse(HttpClient.java:147) at fr.litarvan.openauth.microsoft.HttpClient.getText(HttpClient.java:52) at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.preAuthRequest(MicrosoftAuthenticator.java:235) at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithCredentials(MicrosoftAuthenticator.java:105) at Start.main(Start.java:24)...
**Ask you question!** How can I Embed loginWithWebview in the scene?
**Is your feature request related to a problem? Please describe.** Depends, users wants to sign in twice but can't because the Microsoft auth keeps them logged in, with no obvious...
**Describe the bug** A clear and concise description of what the bug is. **SRC** new Thread() { @Override public void run() { final MicrosoftAuthenticator authenticator = new MicrosoftAuthenticator(); try {...
**Describe the bug** My client keeps erroring with FileNotFound error. **To Reproduce** No reproduce, I don't know why it happens to me while it doesn't happen to others using **exactly...
**Is your documentation request related to a problem? Please describe.** N/A **List the wanted documentations on the classes** Documentation is request on all classes which also for example contains the...
Hello, I'm having a hard time getting this to workand was hoping someone could produce a tutorial for me:) I'd really appreciate it. -soft/GamingReflex