Support kobo/auth/refresh endpoint

This commit is contained in:
Ozzie Isaacs
2026-01-10 12:20:52 +01:00
parent d73f9fdd6f
commit 2700b4f0d1
2 changed files with 103 additions and 320 deletions

View File

@@ -1044,6 +1044,7 @@ def make_calibre_web_auth_response():
@csrf.exempt
@kobo.route("/v1/auth/refresh", methods=["POST"])
@kobo.route("/v1/auth/device", methods=["POST"])
@requires_kobo_auth
def HandleAuthRequest():