mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
[PR #5] [MERGED] Implement token caching for authentication process #43
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?
📋 Pull Request Information
Original PR: https://github.com/NATroutter/egg-hytale/pull/5
Author: @MrLuckyGamer
Created: 1/13/2026
Status: ✅ Merged
Merged: 1/13/2026
Merged by: @NATroutter
Base:
main← Head:patch-1📝 Commits (3)
b9dd069Implement token caching for authentication processf7baea8Change backup directory to './backup'bd0f722Implement version check and update for downloader📊 Changes
1 file changed (+221 additions, -125 deletions)
View changed files
📝
start.sh(+221 -125)📄 Description
Added functions for handling cached authentication tokens, including checking, loading, and saving tokens. Refactored authentication process to utilize cached tokens if available, meaning the owner does not need to authenticate after each restart.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.