mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
Authentication every reset #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kibubek on GitHub (Jan 13, 2026).
Hello, it seems the script is constantly trying to re-auth. I can see the token being stored, can it not be used again?
Thanks for the egg.
@NATroutter commented on GitHub (Jan 13, 2026):
Only the downloader token is being stored currently the server authentication does not allow saving tokens currently this is just how its made, i will implement saving the credentials soon as its possible
@NATroutter commented on GitHub (Jan 13, 2026):
The authentication is now being cached, no need for re-auth every time you start the server