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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sezame-sdk

Sezame PHP SDK

Latest Stable Version Total Downloads License

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:

  1. download and install the Sezame app from an app store
  2. follow the registration process in the app
  3. register your application/client
  4. obtain a SSL client certificate
  5. let your users pair their devices with your application
  6. 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.


All versions of sezame-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
kriswallsmith/buzz Version 0.15.2
endroid/qr-code Version 2.0.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package finpin/sezame-sdk contains the following files

Loading the files please wait ....