feat(auth, epub): enhance Google token verification and EPUB chapter extraction
Build and Push Reader API Image / docker (push) Successful in 14s
Build and Push Reader API Image / docker (push) Successful in 14s
- Added Google token verification logic to improve security and ensure valid tokens are processed. - Introduced functions for extracting chapters from EPUB files based on HTML tags, including support for chapter markers. - Updated `.env.example` to include configuration for an OpenAI-compatible router. - Refactored existing functions for better readability and maintainability.
This commit is contained in:
@@ -16,3 +16,8 @@ CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000
|
||||
|
||||
# Environment label
|
||||
APP_ENV=development
|
||||
|
||||
# OpenAI-compatible router (9router / OpenRouter) cho AI gợi ý EPUB import
|
||||
# Liệt kê model: GET {ROUTER_BASE_URL}/models
|
||||
ROUTER_BASE_URL=http://192.168.100.146:20128/v1
|
||||
ROUTER_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user