meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

Renewable Alts

Open misten1 opened this issue 1 year ago • 2 comments

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.

image image

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.

misten1 avatar Feb 27 '24 20:02 misten1

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.

Wide-Cat avatar Feb 29 '24 15:02 Wide-Cat

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

misten1 avatar Feb 29 '24 16:02 misten1