fn2006 / PollyMC

DRM-free Prism Launcher fork with support for custom auth servers.
GNU General Public License v3.0
754 stars 48 forks source link

Merge develop -> unmojang, link to wiki page with common authlib-injector servers #111

Closed evan-goode closed 8 months ago

evan-goode commented 8 months ago

Adds a link on the "Add authlib-injector" dialog to a wiki page (not yet created) with a table of common API servers. The dialog now reads

Please enter your username (sometimes an email address), password, and the URL of your API server. See this page on the PollyMC wiki for a list of common API servers.

Caution! Your username and password will be sent to the authentication server you specify!

Here is my draft of the wiki page: https://gist.github.com/evan-goode/6f4aafcbb26b0b4223fd650c9fd34675 (GitHub wikis are not in the source tree, so I don't think I can pull request it). I've marked this PR as a draft since the link in the code needs to be updated after the wiki page is created.

This PR also merges recent changes from the develop branch into the unmojang branch.

evan-goode commented 8 months ago

I'm also going to tack on this bugfix to this PR: https://github.com/fn2006/PollyMC/pull/111/commits/4957597946c4d31e6b017645da36acf856962069. And possibly more to come.

fn2006 commented 8 months ago

Cool, added the gist to the wiki at https://github.com/fn2006/PollyMC/wiki/Alternative-Auth-Servers

evan-goode commented 8 months ago

Ok, fixed the link. Should be ready now.