Skip to content

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 09 Jun 13:26
· 4 commits to main since this release

Fixed

  • client_credentials Token-Request verwendet jetzt HTTP Basic Auth
    (Authorization: Basic base64(clientId:clientSecret)) statt Body-Parametern.
    Smartcar IAM verlangt Basic Auth — Body-only führte zu HTTP 401.
  • Detaillierte Fehler-Logs für Token-Fehler und API-Calls hinzugefügt
    (Status-Code + Response-Body werden jetzt geloggt).