Libraries tagged by abort
aboutcoders/scheduler-bundle
25101 Downloads
A symfony bundle for scheduling
aboutcoders/resource-lock-bundle
21620 Downloads
Simple resource locking
aboutcoders/process-control
22113 Downloads
A PHP process control library
aboutcoders/job-bundle
15708 Downloads
A symfony bundle for asynchronous job processing.
aboutcoders/enum-serializer-bundle
25004 Downloads
A symfony bundle to serialize/deserialize enumerations of type myclabs/php-enum with jms/serializer
abottarini/laravel-nova-traits
5922 Downloads
A set of useful Laravel Nova Traits for your Resources
abordage/og-images
5927 Downloads
Generate Open Graph images (og:image, twitter:image, vk:image) for each site pages
abordage/laravel-og-images
2454 Downloads
Generate Open Graph images (og:image, twitter:image, vk:image) for each site pages
ymigval/laravel-indexnow
271 Downloads
Laravel Service Library for notifying search engines about the latest content changes on their URLs using IndexNow.
webarchitect609/bitrix-neverinclude
14330 Downloads
Automatic Bitrix modules loader helps you to forget about CModule::IncludeModule and Loader::includeModule.
vormkracht10/laravel-mails
1633 Downloads
Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.
schams-net/nagios
20555 Downloads
Monitors TYPO3 instances and warns about insecure extensions, old TYPO3 versions, wrong PHP versions, etc. Requires a Nagios monitoring server.
placetopay/app-version
42410 Downloads
Provides information about the current app
php-extended/php-system
58707 Downloads
A generic way to find informations about the running system
passbase/passbase-php
29182 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