Add basic/digest auth features for our new sift component
NSURLSession provides build-in support for supporting basic/digest auth in a form of a delegate callback, since delegate are now implemented we can find a way to hook user credentials for basic/digest, and have them be passed back
|