Libraries tagged by identities
uuling/id-card
8243 Downloads
身份证号码验证,兼容18位和15位的新老身份证
netgalley/oauth1-goodreads
9987 Downloads
OAuth 1.0 Client Library for Goodreads
neclimdul/oauth2-marketo
85467 Downloads
Marketo OAuth 2.0 support for the PHP League's OAuth2-Client
madmatt/id3global-service
8458 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.
chrishemmings/oauth2-drupal
14583 Downloads
Drupal OAuth2-Server Client Provider for The PHP League OAuth2-Client
avto-dev/extended-laravel-validator
42197 Downloads
Extended validation rules for Laravel applications
rosette/api
21123 Downloads
PHP Interface for Babel Street Text Analytics
meditate/twid
7871 Downloads
Taiwan ID Number validation and maker.
ionepub/idcard
1451 Downloads
二代身份证号码验证,可用于验证二代身份证号码是否合法、从身份证号码中获取生日/性别/年龄/地区信息 A Chinese identity card number verification class
gnumoksha/php-freeipa
68263 Downloads
PHP client to FreeIPA HTTP-RPC
berbix/berbix-php
101768 Downloads
PHP SDK for interacting with the Berbix API
acsystems/keycloak-php-sdk
17892 Downloads
PHP wrapper for the KeyCloak admin API
frozzare/personnummer
185376 Downloads
Validate Swedish social security numbers
userbase/client
7893 Downloads
UserBase PHP Client: Identity + Login + Signup Service
passbase/passbase-php
31671 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