2017 © Pedro Peláez
 

library securid

Implementation of the RSA SecurID Authentication API

image

dangoscomb/securid

Implementation of the RSA SecurID Authentication API

  • Wednesday, May 31, 2017
  • by dangoscomb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

securid PHP library

A quick and dirty implementation of the RSA Authentication Manager API in PHP., (*1)

Installation

The preferred method of installation is via [Packagist][] and [Composer][]. Run the following command to install the package and add it as a requirement to your project's composer.json:, (*2)

composer require dangoscomb/securid

Example


$sess = new \SecurID\Session('AGENT_ID','https://rsa.yourdomain.com:5555','ACCESS_KEY', [ 'verify' => false ] ); $sess->init('USERNAME'); if($sess->verify('PIN+KEY')) { echo "\nAUTHED\n"; } else { echo "\nFAIL :(\n"; }

The Versions

31/05 2017

dev-master

9999999-dev https://github.com/dangoscomb/securid

Implementation of the RSA SecurID Authentication API

  Sources   Download

Apache-2.0

The Requires

 

31/05 2017

0.1.2

0.1.2.0 https://github.com/dangoscomb/securid

Implementation of the RSA SecurID Authentication API

  Sources   Download

Apache-2.0

The Requires

 

31/05 2017

0.1.1

0.1.1.0 https://github.com/dangoscomb/securid

Implementation of the RSA SecurID Authentication API

  Sources   Download

Apache-2.0

The Requires

 

31/05 2017

0.1

0.1.0.0 https://github.com/dangoscomb/securid

Implementation of the RSA SecurID Authentication API

  Sources   Download

The Requires