ME1312 / VanillaCord

VanillaCord – IP Forwarding support for Vanilla Minecraft Servers
Mozilla Public License 2.0
75 stars 11 forks source link

Repairing token verification logic #19

Closed Mrredstone5230 closed 2 years ago

Mrredstone5230 commented 2 years ago

Fixing little bug in #18. Before, it didn't "refuse" an invalid token, so the BungeeGuard implementation would be useless.

ME1312 commented 2 years ago

Ah, well, I see I messed it up with some last minute adjustments. However, this logic isn't quite right either. The reality is that what we're editing is an incredibly complex and rather confusing piece of logic. I'll have to think about it some more before countering.

ME1312 commented 2 years ago

This should be fixed in the main repo now.