Libraries tagged by tall

sarahman/laravel-http-request-api-log

1 Favers
8975 Downloads

This library stores the http request api log into a database table.

Go to Download


sam-it/yii2-singletableinheritance

0 Favers
18424 Downloads

Single Table Inheritance for Yii2

Go to Download


rockylars/package-files

0 Favers
16242 Downloads

Simple test call to tell you what will go in a package

Go to Download


rapidez/rapidez

59 Favers
237 Downloads

Headless Magento with Laravel, Tailwind CSS, Vue and InstantSearch

Go to Download


pthreat/laminas-db

0 Favers
838 Downloads

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations

Go to Download


psr-mock/http-message-implementation

0 Favers
26053 Downloads

Lightweight PSR-7 HTTP Message implementations provider tailored to simplify mocked testing.

Go to Download


psr-mock/http-factory-implementation

0 Favers
25896 Downloads

Lightweight PSR-17 HTTP Factory implementation provider tailored to simplify mocked testing.

Go to Download


psr-mock/http-client-implementation

1 Favers
32687 Downloads

Lightweight PSR-18 HTTP Client implementation provider tailored to simplify mocked testing.

Go to Download


portrino/px_dbsequencer

1 Favers
4210 Downloads

With this extension you can ensure different unique keys for the configured tables (e.g.: pages, tt_content)

Go to Download


pollsockets/pollsockets-laravel

7 Favers
58 Downloads

Serverside implementation of pollsockets taylored for Laravel

Go to Download


pixinvent/materialize-laravel-bootstrap-jetstream

0 Favers
4513 Downloads

A Laravel 11 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.

Go to Download


pixinvent/jetstrap-vuexy

6 Favers
23976 Downloads

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.

Go to Download


php-db/phpdb

5 Favers
215 Downloads

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations

Go to Download


pd/database-info-panel

3 Favers
164706 Downloads

Panel for Nette Debug bar which quickly tells you which database you use

Go to Download


passbase/passbase-php

10 Favers
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

Go to Download


<< Previous Next >>