We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46307b5 commit 38d880eCopy full SHA for 38d880e
wonderwalled-common/src/main/kotlin/io/nais/common/Http.kt
@@ -103,3 +103,4 @@ fun ApplicationCall.bearerToken(): String? =
103
request.authorization()
104
?.takeIf { it.startsWith("Bearer ", ignoreCase = true) }
105
?.removePrefix("Bearer ")
106
+ ?.removePrefix("bearer ")
0 commit comments