Jump to content

Is Logging into Technic Launcher (With my mojang account) safe?


Recommended Posts

  • Forum Administrators
Posted

The entire login process occurs between you and Mojang's servers. Technic is never part of the login process.

 

The launcher is open source; you can find the repo here: https://github.com/TechnicPack/LauncherV3

The code related to Mojang loginhttps://github.com/TechnicPack/LauncherV3/blob/master/src/main/java/net/technicpack/minecraftcore/mojang/auth/AuthenticationService.java#L97:L111

Posted
3 minutes ago, Lord Ptolemy said:

 

The entire login process occurs between you and Mojang's servers. Technic is never part of the login process.

 

The launcher is open source; you can find the repo here: https://github.com/TechnicPack/LauncherV3

The code related to Mojang loginhttps://github.com/TechnicPack/LauncherV3/blob/master/src/main/java/net/technicpack/minecraftcore/mojang/auth/AuthenticationService.java#L97:L111

Thanks- I'll read the code.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...