From 1917d1d10efecf3340bf9e745dfc7d8d60a019c6 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Fri, 8 Dec 2023 16:12:37 +0100 Subject: [PATCH] Fix header key --- Sources/App/API/SesameHeader.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/App/API/SesameHeader.swift b/Sources/App/API/SesameHeader.swift index c8754e4..5880725 100644 --- a/Sources/App/API/SesameHeader.swift +++ b/Sources/App/API/SesameHeader.swift @@ -7,7 +7,7 @@ import Crypto enum SesameHeader { - static let authenticationHeader = "Authentication" + static let authenticationHeader = "Authorization" static let serverAuthenticationTokenSize = SHA256.byteCount