[PR #5] [MERGED] Implement token caching for authentication process #43

Closed
opened 2026-02-05 16:40:30 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: patch-1


📝 Commits (3)

  • b9dd069 Implement token caching for authentication process
  • f7baea8 Change backup directory to './backup'
  • bd0f722 Implement 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.

## 📋 Pull Request Information **Original PR:** https://github.com/NATroutter/egg-hytale/pull/5 **Author:** [@MrLuckyGamer](https://github.com/MrLuckyGamer) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@NATroutter](https://github.com/NATroutter) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`b9dd069`](https://github.com/NATroutter/egg-hytale/commit/b9dd0695125a816a2e77ceae77f177f19840b150) Implement token caching for authentication process - [`f7baea8`](https://github.com/NATroutter/egg-hytale/commit/f7baea86a2323c3118ddde20388505fd10691da9) Change backup directory to './backup' - [`bd0f722`](https://github.com/NATroutter/egg-hytale/commit/bd0f722c25ea06a495ce21625ab17d52f4d7b0a6) Implement version check and update for downloader ### 📊 Changes **1 file changed** (+221 additions, -125 deletions) <details> <summary>View changed files</summary> 📝 `start.sh` (+221 -125) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:40:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/egg-hytale#43