Libraries tagged by relatedto

symfony/service-contracts

2604 Favers
678173913 Downloads

Generic abstractions related to writing services

Go to Download


symfony/event-dispatcher-contracts

3401 Favers
594682394 Downloads

Generic abstractions related to dispatching event

Go to Download


symfony/translation-contracts

2584 Favers
545158389 Downloads

Generic abstractions related to translation

Go to Download


symfony/http-client-contracts

1962 Favers
326751724 Downloads

Generic abstractions related to HTTP clients

Go to Download


symfony/cache-contracts

2339 Favers
236313734 Downloads

Generic abstractions related to caching

Go to Download


pheromone/phpcs-security-audit

718 Favers
2867926 Downloads

phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code

Go to Download


martin-georgiev/postgresql-for-doctrine

403 Favers
3606590 Downloads

Adds PostgreSQL enhancements to Doctrine. Provides support for JSON, JSONB and some array data types. Provides functions, operators and common expressions used when working with JSON data, arrays and features related to text search.

Go to Download


matthiasnoback/symfony-dependency-injection-test

241 Favers
7046707 Downloads

Library for testing user classes related to the Symfony Dependency Injection Component

Go to Download


matthiasnoback/symfony-config-test

161 Favers
7633235 Downloads

Library for testing user classes related to the Symfony Config Component

Go to Download


typo3/cms-sys-note

11 Favers
4721653 Downloads

TYPO3 CMS System Notes - Records with messages which can be placed on any page and contain instructions or other information related to a page or section.

Go to Download


otgs/multilingual-tools

38 Favers
118066 Downloads

Set of tools related to WPML plugin bundle. Created with tendency to ease WPML compatibility testing process.

Go to Download


thalidzhokov/country-codes

12 Favers
92576 Downloads

CountryCodes PHP Class to get array of countries with ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric and ISD codes it can provide following information related to country

Go to Download


setono/consent-contracts

0 Favers
62193 Downloads

Generic abstraction related to consent

Go to Download


setono/client-id-contracts

0 Favers
66680 Downloads

Generic abstraction related to client id

Go to Download


passbase/passbase-php

10 Favers
30470 Downloads

# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token

Go to Download


Next >>