Kitura / Kitura-CredentialsHTTP

A plugin for the Kitura-Credentials framework that authenticates using HTTP Basic and Digest authentication
Apache License 2.0
16 stars 14 forks source link

Fix the build break and update to Kitura 1.3 #28

Closed shmuelk closed 7 years ago

shmuelk commented 7 years ago

Kitura 1.3 API changes broke Kitura-CredentialsHTTP this PR fixes the breaks.

Tested by running locally the Kitura-CredentialsHTTP unit tests on both macOS and Linux.

This fixes issue IBM-Swift/Kitura#898