DevAuth
DevAuth copied to clipboard
Safely authenticate Microsoft and Mojang accounts in development environments.
When i try running DevAuth i get: Caused by: java.lang.RuntimeException: Received bad status 400 Bad Request body: {"error":"invalid_request","error_description":"Tokens issued for the 'Single-Page Application' client-type should only be redeemed via cross-origin...
Because legacy forge is stupid and lets you load coremods more than once (for example, from maven and from a jar).
I have no idea why something else in the file changed as well, hopefully it's not a problem.
I recently started using DevAuth for the first time and it just wouldn't create a config.toml file, nor the directory. But it wasn't throwing any errors. The only consequence was,...
Currently port 3000 is used, this changes it to 0 which will use a free port instead.
This PR adds a new account parameter named `forcedusername`. When it is set you get OAuth requests until the OAuth is completed with the set Username. Otherwise, you are prompted...