Libraries tagged by user verification
jrean/laravel-user-verification
777846 Downloads
User Email Verification For Laravel
ellaisys/aws-cognito
108095 Downloads
AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP
wotz/laravel-verification-code
1305 Downloads
A simple way to authenticate a user using a verification code.
nextapps/laravel-verification-code
104806 Downloads
A simple way to authenticate a user using a verification code.
tg/tgwebvalid
4613 Downloads
An easy way to validate Telegram Login Widget and Telegram Mini App users on your website using PHP
isaced/flarum-ext-email-verification-switch
13821 Downloads
Disable new registered user email verification.
messente/messente-api-php
93780 Downloads
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
rinvex/laravel-auth
2810 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.
helsingborg-stad/active-directory-api-wp-integration
14080 Downloads
Simple plugin for verification of existing WordPress users with api.
passbase/passbase-php
29171 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
edvinaskrucas/laravel-user-email-verification
8623 Downloads
Laravel Package for easier user email verification.
burzum/cakephp-user-tools
11726 Downloads
This plugin is a set of tools for user handling like registration, login, email verification, password reset and much more.
hrevert/ht-user-registration
4800 Downloads
A Zend Framework 2 module which extends the registration feature of ZfcUser with email address verification
rinvex/fort
3721 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.
cortex/auth
3380 Downloads
Cortex Auth is a frontend layer for the powerful authentication, authorization and verification package rinvex/laravel-auth on top of Laravel. It has all required controllers, views, routes, and other required assets to run a fully functional user management system with complete dashboard out of the box.