yushijinhun / authlib-injector

Build your own Minecraft authentication system.
https://authlib-injector.yushi.moe
GNU Affero General Public License v3.0
744 stars 67 forks source link

Auth passthrough for premium users #138

Closed Carlosjrlu closed 2 years ago

Carlosjrlu commented 2 years ago

Hello, I would like to ask if it is possible to passthrough all the logins from premium users to mojang servers for login, and still use the authlib server for non-premium users.

If this has been asked before, I would like to apologize as I couldn't find anything in this topic as my primary language is not chinese, not even english.

August7 commented 2 years ago

Hello, I would like to ask if it is possible to passthrough all the logins from premium users to mojang servers for login, and still use the authlib server for non-premium users.

If this has been asked before, I would like to apologize as I couldn't find anything in this topic as my primary language is not chinese, not even english.

Try to use YggdrasilOfficialProxy or MultiLogin

yushijinhun commented 2 years ago

This is a non-goal for authlib-injector, because it would cause problems that are technically unavoidable. For example, it is impossible to make premium users see custom capes, because thier clients are unmodified. (you can use mineskin.org, but this only works with skins)

As is said by @August7, you can use https://github.com/CaaMoe/MultiLogin on the server side, if you really want to do this. (although I do not recommend this)