Skip to content

Releases: xMistt/DeviceAuthGenerator

Release - 1.3.0

13 Dec 21:02
Compare
Choose a tag to compare

Changelog:

  • The script now checks for the device auth completion every 10 seconds instead 5 to avoid the errors.com.epicgames.common.slow_down error, the script isn't any slower than before because it was being ratelimited.
  • Upgraded from asyncio.get_event_loop() to asyncio.run()
  • The device code url is now also printed to the console.

Release - 1.2.0

26 Sep 18:45
a310cb6
Compare
Choose a tag to compare

Changelog:

  • Updated from the iOS token to the Android token.

Due to 13.40 being shutdown, the old iOS client has become buggy and unreliable. This program will now use the Android token which can be used for everything that the old iOS token could do.

Thanks to @KyeOnDiscord for his PR #15.

Release - 1.1.1.

19 Mar 13:26
c053049
Compare
Choose a tag to compare

Changelog:

  • Fixed Mac support.

There was a few issues from last year saying that the program was completely broken but I believe these were issues w/ the Epic Games API that have resolved themselves since it's working perfectly fine for me. Regardless, feel free to make a ticket or mention me in PartyBot if you continue to have problems.

Compiling
You can compile DeviceAuthGenerator yourself by installing the requirements, PyInstaller and then by running the command:
pyinstaller --onefile -i icon.ico -n DeviceAuthGenerator generator.py

Release - 1.1.0

18 Jun 23:42
ffbd488
Compare
Choose a tag to compare

Changelog:

  • Updated the Switch token to use the current token that the actual Switch client uses instead of the deprecated one to avoid password resets by Epic Games.
  • Included the script version in the start-up message.
  • Updated the User-Agent.

Compiling
You can compile DeviceAuthGenerator yourself by installing the requirements, PyInstaller and then by running the command:
pyinstaller --onefile -i icon.ico -n DeviceAuthGenerator generator.py

Release - 1.0.0.

15 May 17:57
Compare
Choose a tag to compare

Initial release. ¯\_(ツ)_/¯
You don't need Python nor the packages installed. Just run DeviceAuthGenerator.exe and you're good to go.

If you need any help, make an issue or ping me in the PartyBot discord.
Most information needed is provided in the README.