Closed lauriesk closed 4 years ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
No Coverage information
0.0% Duplication
@lauriesk Thank you very much for your input. We have addressed this in https://github.com/DP-3T/dp3t-sdk-ios/pull/227 and introduced an ExposeeAuthMethod which gives the app more control over the HTTP headers.
The DP3T iOS SDK modified the auth key of HTTPAuthorizationBearer auth method with a 'Bearer' prefix. This was not in sync with Android SDK implementation. This PR removes this prefix.
Changelog was modified, because this change may potentially break existing projects if backend is configured to expect this prefix.