Handle Blob responses in AuthService.login and enhance JWT decoding logic. Add utility methods for Blob detection and conversion.

This commit is contained in:
akastijn 2025-07-06 20:53:13 +02:00
parent 4c38b070ea
commit 2fc6ba53f6

View File

@ -11,7 +11,7 @@ UserLogin:
'200': '200':
description: Logged in description: Logged in
content: content:
application/text: text/plain:
schema: schema:
type: string type: string
description: A JWT token for this user description: A JWT token for this user