Closed gwynne closed 7 years ago
The Basic auth was broken in Swift 4 because the username extracted from the header was including the : separator. Fixed by using the exclusive range operator instead of the inclusive one.
:
Fixed in #13
The Basic auth was broken in Swift 4 because the username extracted from the header was including the
:
separator. Fixed by using the exclusive range operator instead of the inclusive one.