Libraries tagged by bearer token
hadefication/simple-token-auth
1 Downloads
A lightweight Laravel package for server-to-server API authentication using static bearer tokens. This package provides a simpler alternative to Laravel Sanctum for internal APIs, microservices, and trusted system integrations. Uses spatie/laravel-package-tools package as base.
spomky-labs/oauth2-server-bearer-token
5389 Downloads
Bearer Access Token for OAuth2 Server
pimplesushant/passport-token-custom-claims
159 Downloads
Decoder for Laravel Passport (Bearer) Access Token
derrickleemy/passport-token-decoder
63 Downloads
Dirty Decoder for Laravel Passport (Bearer) Access Token
spomky-labs/oauth2-server-bearer-access-token-bundle
1620 Downloads
Symfony2 OAuth2 Server Bearer Access Token Manager Bundle
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
php-cpm/http-basic-auth-guard
292 Downloads
HTTP Basic Auth Guard for Lumen 5.2
miesaf/hulubalang
5 Downloads
Authenticator and bearer token generator
kruegge82/dhl-retoure-php-rest-sdk
2 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".
kasperrt/oauth2-client
138 Downloads
OAuth2 Client with Bearer tokens
jambtc/q01-php-sdk
31 Downloads
SDK PHP per interagire con le REST API tramite autenticazione Bearer Token.
gaurav/validate
2 Downloads
Authenticate users through more customized json bearer tokens
emalherbi/mybearertoken
13 Downloads
My Bearer Token
darkink/laravel-authentification-jwtbearer
2 Downloads
Darkink Laravel Authentification JwtBearer provides a way to check authenticy of the jst bearer token.