Libraries tagged by gearer
juanchosl/tokenizer
12 Downloads
A small collection of encoder/decoder Token for authentication
idci/guzzle-bundle-knpu-oauth2-plugin
302 Downloads
This bundle integrates KnpU OAuth2 functionality using a Guzzle Bundle plugin.
gbksoft/yii2-tokens
2327 Downloads
Yii 2 custom tokens architecture for authorization
oauth2-framework/token-type-manager-library
271 Downloads
OAuth2 Token Type Manager Library
wearerequired/varnish-extended
3736 Downloads
WordPress plugin to extend Varnish HTTP Purge to purge the cache on multiple backends.
wearerequired/relax-comment-filters
1444 Downloads
WordPress plugin to force comments to go through the more liberal post HTML filters, rather than the restrictive comment filters.
wearerequired/post-header-image
1059 Downloads
WordPress plugin for adding a custom header image to posts.
wearerequired/parent-term-toggler
3752 Downloads
WordPress plugin to automatically toggle the parent term when a sub term is selected.
wearerequired/oauth2-harvest
3713 Downloads
Harvest OAuth 2.0 Client Provider for The PHP League OAuth2-Client.
wearerequired/google-tag-manager
863 Downloads
WordPress plugin to install Google Tag Manager to your site.
wearerequired/gallery-types
2819 Downloads
Allows you to define a theme specific gallery type.
wearerequired/comment-retention-policy
1673 Downloads
Allows to configure a retention period of IP addresses of commenters by specifying how old the comment should be before the IP is deleted.
trano/tranobearerauthbundle
378 Downloads
Trano Bearer Auth Bundle
pimplesushant/passport-token-custom-claims
159 Downloads
Decoder for Laravel Passport (Bearer) Access Token
nogrod/dhl-retoure-php-sdk
58 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".