Libraries tagged by api authentication
remotemerge/totp-php
29308 Downloads
Lightweight, fast, and secure TOTP (2FA) authentication library for PHP — battle tested, dependency free, and ready for enterprise integration.
kinde-oss/kinde-auth-php
111609 Downloads
Kinde PHP SDK for authentication
emartech/escher
323412 Downloads
Library for HTTP request signing (PHP implementation)
philipbrown/signature-php
141545 Downloads
HMAC-SHA authentication
madwizard/webauthn
99427 Downloads
Web Authentication API server for PHP
ryangjchandler/bearer
33354 Downloads
Minimalistic token-based authentication for Laravel API endpoints.
rapidwebltd/php-google-oauth-2-handler
289587 Downloads
This package provides a handler to ease authentication with Google's OAuth 2 APIs.
laravel/airlock
137023 Downloads
Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
yusufgenc/filament-api-forge
1666 Downloads
Automatically expose your Filament Resources as fully-featured REST APIs with authentication, documentation, rate limiting and query builder support.
deutschepost/sdk-api-autocomplete-authentication
272983 Downloads
Deutsche Post Direkt Addressfactory Autocomplete Authentication SDK
eonx-com/easy-api-token
921964 Downloads
Make your API accept multiple authentication strategies in a convenient way (Basic, ApiKey, JWT, ...)
samoritano/linkedin-api-php-client-v2
132320 Downloads
This package is an SDK for using LinkedIn V2 Marketing API. You can use it for managing Company Pages in this social network
hungnguyenckc/linkedin-api-php-client
100734 Downloads
LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.
kristories/novassport
56101 Downloads
A Laravel Nova tool to manage API Authentication (Passport).
passbase/passbase-php
37976 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