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

try to fix InvalidCredentialsException #123

Closed gy-chen closed 3 years ago

gy-chen commented 3 years ago

fix #120

yushijinhun commented 3 years ago

Thank you for this PR. Though this error does not affect any functionality of Minecraft, it's still a good idea to fix it to avoid confusion.

I have proposed another implementation in #124, which doesn't use bytecode manipulation, thus allowing more robustness and flexibility.