Libraries tagged by Feek
ondrakoupil/heureka-recenze
83954 Downloads
Knihovna pro snadný import recenzí e-shopu a produktů z Heuréka.cz
mydnic/nova-kustomer
16770 Downloads
Laravel Nova Kustomer Feedback Tool
frozensheep/rightmove-adf
42311 Downloads
PHP library for the Rightmove Real Time Property Datafeed (ADF).
fkr/simplepie-bundle
134370 Downloads
Integrates SimplePie into Symfony
fab/rss-display
50452 Downloads
Fetch a RSS / Atom Feed and display its content on the Frontend.
ekomi/api-php
425702 Downloads
eKomi API v3
2amigos/efeed
47722 Downloads
Feed Writer Generator Extension to create your feeds. Currently supports RSS 1.0, RSS 2.0 and ATOM 1.0.
flekto/postcode
5412 Downloads
Postcode.eu International Address API module for Magento 2. Adds autocompletion for addresses in multiple countries using official postal data.
feehi/yii2-swoole
8132 Downloads
yii2 swoole,让yii2跑在swoole上
feedoptimise/magento2-catalog-export
117125 Downloads
Exports catalog data, from Magento2 stores, which is used to generate product feeds.
wwwision/neos-modulecomponents
5313 Downloads
Flow package with utilities and components to create Fusion based backend modules with the common Neos look and feel
shoppingfeed/php-sdk
195306 Downloads
Shopping Feed SDK to ease integration of our API
shoppingfeed/magento2-manager
63479 Downloads
Official module for Shopping Feed integration.
protonlabs/apns-php
29975 Downloads
Apple Push Notification & Feedback Provider
passbase/passbase-php
32307 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