starcraft66 / minecraft-discord-bridge

A minecraft <-> discord bridge with no server-side requirements
Apache License 2.0
30 stars 9 forks source link

Store/Cache minecraft authentication tokens in the database #81

Open starcraft66 opened 4 years ago

starcraft66 commented 4 years ago

It would be a great improvement if minecraft login tokens were cached and persisted in the database to avoid being rate-limited by Mojang in certain circumstances like testing the bridge in online-mode when we need to constantly restart it. If we log in too many times in a short period of time, we become rate-limited and it is annoying.