Skip to content

thatzprem/AuthenticationChallenge-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AuthenticationChallenge-Example

What are the features explained with this example project?

  1. Creating a NSURLProtectionSpace for basicAuthentication
  2. Creating NSURLCredential and store it in NSURLProtectionSpace
  3. Adding created credentials to corresponding protection space
  4. Remove all the credentials from stored
  5. Invalidate authentication if failureCount exceeds 5 attempts
  6. Cancel authentication challenge if authentication failure exceeds 5 retries.

How to use the application?

Valid credentials:
  username: user1 
  password: user1
Invalid Credentails:
  username: user10
  password: user10

Credits:

Greg Stein - for his WebDAV Testing Server (http://test.webdav.org/)

About

Sample application explaining authentication challenge concept in iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors