Libraries tagged by verificacion
nextvikas/yii2-google-authenticator
9737 Downloads
2 step verification of google authenticator for your yii2 application
myckhel/checkmobi
993 Downloads
CheckMobi APIs are based on HTTP methods, which make it easy to integrate into your own products.
madmatt/id3global-service
8327 Downloads
Allows a PHP-powered website to communicate with the GBG ID3global API to verify identities. This library is not affiliated with GBG PLC in any way.
ionepub/idcard
1379 Downloads
二代身份证号码验证,可用于验证二代身份证号码是否合法、从身份证号码中获取生日/性别/年龄/地区信息 A Chinese identity card number verification class
gmtls/openssl-crypto-kit
551 Downloads
A modern and extensible PHP cryptography toolkit powered by OpenSSL.
berbix/berbix-php
96601 Downloads
PHP SDK for interacting with the Berbix API
rinvex/laravel-auth
2859 Downloads
Rinvex Auth is a powerful authentication, authorization and verification package built on top of Laravel. It provides developers with Role Based Access Control, TwoFactor Authentication, Social Authentication, compatible with Laravel’s standard API and fully featured all-in-one solution out of the box.
yzh52521/webman-captcha-grid
808 Downloads
webman quickly creates a verification code tool similar to Google verification code
youverse/face-api
2560 Downloads
Functionalities for biometric processing (detection, verification and identification) for Youverse.Face.
tinywan/captcha
4383 Downloads
base64 image verification captcha library for webman plugin
stafox/huawei-iap
11559 Downloads
Huawei In-App Purchase (IAP) verification library
speelpenning/laravel-postcode-nl
19183 Downloads
A Laravel client using the Postcode.nl REST API for Dutch address verification.
somarkesen/telegram-gateway
754 Downloads
A Laravel package for sending verification codes via Telegram Gateway API
pimlie/authres_status
2788 Downloads
This authres_status plugin checks the Authentication-Results headers of your emails and displays the verification status. The verification status is displayed when you read an email, but you can also add a column to your message list.
passbase/passbase-php
31154 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