Download the PHP package finpin/sezame-sdk without Composer
On this page you can find all versions of the php package finpin/sezame-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download finpin/sezame-sdk
More information about finpin/sezame-sdk
Files in finpin/sezame-sdk
Package sezame-sdk
Short Description Passwordless multi-factor authentication
License BSD-3-Clause
Homepage https://seza.me/
Informations about the package sezame-sdk
Sezame PHP SDK
Passwordless multi-factor authentication.
Unlike password-based solutions that require you to remember just another PIN or password, sezame is a secure and simple multi-factor authentication solution. You only need the username and your fingerprint on your smartphone to log into any sezame-enabled site. Magic – Sezame – ENTER SIMPLICITY!.
Installation
Use Composer to install the library.
Steps
To be able to use Sezame within your application you have to fullfill these steps:
- download and install the Sezame app from an app store
- follow the registration process in the app
- register your application/client
- obtain a SSL client certificate
- let your users pair their devices with your application
- issue authentication requests
If you don not have a supported device with fingerprint reader, you must obtain the ssl certificate by using the support channels of Sezame.
Usage
register
To be able to connect to the Sezame HQ server, you have to register your client/application, this is done by sending the register call using your recovery e-mail entered during the app installation process. You'll get an authentication request on your Sezame app, which must be authorized.
sign
After you have authorized the registration on your mobile device you can request the certificate.
Store the certificate and the private key within your system, it is recommended to protect your private key with a secure passphrase. The certificate and the private key is needed for subsequent calls to the Sezame servers, sign and register are the only two calls which can be used without the client certificate.
pair
Once you have successfully obtained the client certificate, let your customers pair their devices with your application, this is done by displaying a QR code which is read by the Sezame app.
auth
To authenticate users with Sezame, use the auth call.
fraud
It is possible to inform users about fraud attempts, this request could be send, if the user logs in using the password.
cancel
To disable the service use the cancel call, no further requests will be accepted by the Sezame servers:
error handling
The Sezame Lib throws exceptions in the case of an error.
License
This bundle is under the BSD license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.