Skip to content

Library to validate password digest in WSSecurity Specification for PHP

Notifications You must be signed in to change notification settings

freddiegar/wssecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication PHP library

Valid Authentication WSSecurity

Use example

  try {
      $auth = new Authentication('username', 'passwordHash');
      
      if ($auth->isValid($password_in_db)) {
          // Authentication success
      }
  } catch (AuthenticationException $exception) {
      $error = $exception->getMessage();
  }

About

Library to validate password digest in WSSecurity Specification for PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages