Libraries tagged by Bearer
omaralalwi/laravel-api-helpers
4 Downloads
collection of helpful helper functions for API Requests .
cetria/laravel-auth
41 Downloads
Laravel package providing customizable authentication API endpoints using Sanctum and Bearer tokens.
nogrod/dhl-retoure-php-sdk
88 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
chr15k/php-auth-generator
28 Downloads
Generate HTTP authentication headers in PHP (Basic, Bearer, Digest, JWT) with a fluent, zero-dependency API.
oauth2-framework/jwt-bearer-grant
0 Downloads
JWT Bearer Grant for the OAuth2 Framework
oauth2-framework/bearer-token-type
12327 Downloads
Bearer Token Type for the OAuth2 Framework
spomky-labs/oauth2-server-bearer-token
5389 Downloads
Bearer Access Token for OAuth2 Server
spomky-labs/oauth2-server-bearer-access-token-bundle
1620 Downloads
Symfony2 OAuth2 Server Bearer Access Token Manager Bundle
verdient/hyperf3-bearer-token
53 Downloads
paysera/lib-bearer-authentication-bundle
9133 Downloads
Bearer Authentication Bundle
conf09/saml2-bearer
22 Downloads
This Pacakage Of CAS Apereo saml2 authentication with oauth2.0 for the authorization
api-api/authenticator-bearer
53 Downloads
Authenticator implementation for Bearer Authentication.
idci/guzzle-bundle-knpu-oauth2-plugin
302 Downloads
This bundle integrates KnpU OAuth2 functionality using a Guzzle Bundle plugin.
gbksoft/yii2-tokens
2328 Downloads
Yii 2 custom tokens architecture for authorization
oauth2-framework/token-type-manager-library
271 Downloads
OAuth2 Token Type Manager Library