meteor-client
meteor-client copied to clipboard
Renewable Alts
Type of change
- [ ] Bug fix
- [x] New feature
Description
Allows players to renew EasyMC and TheAltening accounts
Related issues
closes #4047 closes #3954
How Has This Been Tested?
Videos or screenshots of the changes if applicable.
Checklist:
- [x] My code follows the style guidelines of this project.
- [x] I have added comments to my code in more complex areas.
- [x] I have tested the code in both development and production environments.
I think you'll need to update the login method for at least the EasyMc account type, considering the session id expires after a certain amount of time and renewing the account token shouldn't make the session id work again.
The idea was to put the stored token into the EasyMC renewal page and then adding the new token separately, The official renewal page uses a capcha to prevent programatically renewing expired tokens and updating the session id