Libraries tagged by tall
sarahman/laravel-http-request-api-log
8975 Downloads
This library stores the http request api log into a database table.
sam-it/yii2-singletableinheritance
18424 Downloads
Single Table Inheritance for Yii2
rockylars/package-files
16242 Downloads
Simple test call to tell you what will go in a package
rapidez/rapidez
237 Downloads
Headless Magento with Laravel, Tailwind CSS, Vue and InstantSearch
pthreat/laminas-db
838 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
psr-mock/http-message-implementation
26053 Downloads
Lightweight PSR-7 HTTP Message implementations provider tailored to simplify mocked testing.
psr-mock/http-factory-implementation
25896 Downloads
Lightweight PSR-17 HTTP Factory implementation provider tailored to simplify mocked testing.
psr-mock/http-client-implementation
32687 Downloads
Lightweight PSR-18 HTTP Client implementation provider tailored to simplify mocked testing.
portrino/px_dbsequencer
4210 Downloads
With this extension you can ensure different unique keys for the configured tables (e.g.: pages, tt_content)
pollsockets/pollsockets-laravel
58 Downloads
Serverside implementation of pollsockets taylored for Laravel
pixinvent/materialize-laravel-bootstrap-jetstream
4513 Downloads
A Laravel 11 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.
pixinvent/jetstrap-vuexy
23976 Downloads
A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.
php-db/phpdb
215 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
pd/database-info-panel
164706 Downloads
Panel for Nette Debug bar which quickly tells you which database you use
passbase/passbase-php
31610 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