pakkit icon indicating copy to clipboard operation
pakkit copied to clipboard

Custom Authentication Server

Open vlouboos opened this issue 3 years ago • 3 comments

A custom auth server is necessary. Some servers requires their specail auth function. Please add one.

vlouboos avatar Jul 27 '22 07:07 vlouboos

If it's custom auth code with "special" function, how and why should it be implemented? That would mean one patch for every single server with non vanilla auth system. Also, with the provided information from you, the best dev in the world could't fix it. What's the API? What packets where send and what is the format/structure they have?

YveIce avatar Jul 27 '22 07:07 YveIce

I didn't mean that, Those servers have their own way to do auth separately, and what we want is just an interface for us to connect to our own auth server, like custom auth-lib. Also, the most simple way is to forward the "hand_shake" and "login_start" packet, why not.

vlouboos avatar Jul 27 '22 07:07 vlouboos

Then you must first make an issue on https://github.com/PrismarineJS/node-minecraft-protocol. If they implement a custom auth-server API, pakkit can use it.

YveIce avatar Jul 27 '22 07:07 YveIce