Libraries tagged by api auth
commonapi/authorisation
830 Downloads
Common Authorisation Api Interface
akmeh/auth0-api-middleware
34 Downloads
Auth0 Api Middleware is a component for Laravel connecting API with Auth0
wamesk/laravel-auth
590 Downloads
OAuth2 authorization with API endpoints. Also includes registration process, login, password reset, email validation.
thelhc/auth-net-client
120 Downloads
An Authorize.net API client
spandansingh/auth-server-api
82 Downloads
Auth Server API for PHP
sonmez/laravel-passport-auth
4 Downloads
package with passport authentication for api
oldcodefork/laminas-api-tools-mvc-auth
5841 Downloads
Laminas Module providing Authentication and Authorization events and infrastructure
mickaelbaudoin/simple-rest-auth
7 Downloads
Authentification for API REST
fragotesac/api-tools-mvc-auth
9 Downloads
Laminas Module providing Authentication and Authorization events and infrastructure
phphd/api-test-bundle
3040 Downloads
JWT Authentication for API testing
timenomad/getresponse-v3-api
225 Downloads
A PHP wrapper for the GetResponse V3 API, supporting OAuth2 authorization flow
revolution/authorize-google-api
14 Downloads
Authorize HTTP Client Manager: Google API Driver
mythril/authorizenet
0 Downloads
Authorize.Net API Wrapper
laravel-api-server/authentication
21 Downloads
This project holds the Authentication module for the API-Server.
kruegge82/dhl-authentication-oauth-api
20 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time