Libraries tagged by api authentication

remotemerge/totp-php

25 Favers
29308 Downloads

Lightweight, fast, and secure TOTP (2FA) authentication library for PHP — battle tested, dependency free, and ready for enterprise integration.

Go to Download


kinde-oss/kinde-auth-php

22 Favers
111609 Downloads

Kinde PHP SDK for authentication

Go to Download


emartech/escher

20 Favers
323412 Downloads

Library for HTTP request signing (PHP implementation)

Go to Download


philipbrown/signature-php

68 Favers
141545 Downloads

HMAC-SHA authentication

Go to Download


madwizard/webauthn

62 Favers
99427 Downloads

Web Authentication API server for PHP

Go to Download


ryangjchandler/bearer

82 Favers
33354 Downloads

Minimalistic token-based authentication for Laravel API endpoints.

Go to Download


rapidwebltd/php-google-oauth-2-handler

5 Favers
289587 Downloads

This package provides a handler to ease authentication with Google's OAuth 2 APIs.

Go to Download


laravel/airlock

2986 Favers
137023 Downloads

Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.

Go to Download


yusufgenc/filament-api-forge

19 Favers
1666 Downloads

Automatically expose your Filament Resources as fully-featured REST APIs with authentication, documentation, rate limiting and query builder support.

Go to Download


deutschepost/sdk-api-autocomplete-authentication

1 Favers
272983 Downloads

Deutsche Post Direkt Addressfactory Autocomplete Authentication SDK

Go to Download


eonx-com/easy-api-token

1 Favers
921964 Downloads

Make your API accept multiple authentication strategies in a convenient way (Basic, ApiKey, JWT, ...)

Go to Download


samoritano/linkedin-api-php-client-v2

6 Favers
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

Go to Download


hungnguyenckc/linkedin-api-php-client

4 Favers
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.

Go to Download


kristories/novassport

63 Favers
56101 Downloads

A Laravel Nova tool to manage API Authentication (Passport).

Go to Download


passbase/passbase-php

10 Favers
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

Go to Download


<< Previous Next >>