Libraries tagged by relatedto
symfony/service-contracts
678173913 Downloads
Generic abstractions related to writing services
symfony/event-dispatcher-contracts
594682394 Downloads
Generic abstractions related to dispatching event
symfony/translation-contracts
545158389 Downloads
Generic abstractions related to translation
symfony/http-client-contracts
326751724 Downloads
Generic abstractions related to HTTP clients
symfony/cache-contracts
236313734 Downloads
Generic abstractions related to caching
pheromone/phpcs-security-audit
2867926 Downloads
phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code
martin-georgiev/postgresql-for-doctrine
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.
matthiasnoback/symfony-dependency-injection-test
7046707 Downloads
Library for testing user classes related to the Symfony Dependency Injection Component
matthiasnoback/symfony-config-test
7633235 Downloads
Library for testing user classes related to the Symfony Config Component
typo3/cms-sys-note
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.
otgs/multilingual-tools
118066 Downloads
Set of tools related to WPML plugin bundle. Created with tendency to ease WPML compatibility testing process.
thalidzhokov/country-codes
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
setono/consent-contracts
62193 Downloads
Generic abstraction related to consent
setono/client-id-contracts
66680 Downloads
Generic abstraction related to client id
passbase/passbase-php
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