Libraries tagged by rest authentication
msaads/jwt-authentication2-bundle
347 Downloads
This bundle provides JWT authentication for my Symfony REST API
jubaopen/jwt-authentication-bundle
12 Downloads
This bundle provides JWT authentication for your Symfony REST API
toweringmedia/module-ups-rest-api
0 Downloads
Real-time UPS shipping rates in Magento 2 cart/checkout via the official UPS REST Rating API. Secure UPS OAuth authentication with sandbox + production credential support. Supports negotiated rates, allowed UPS services, handling fee/rules, and country restrictions.
tang/twitter-rest-api
28 Downloads
Classes that interface with Twitter REST API v1.1 using Application-only authentication
backend2-plus/connect-rest-api-bundle
64 Downloads
REST API connection bundle for Symfony with authentication support
sergic/api-authentication-bundle
33 Downloads
Symfony2 api authentication bundle
restjs/rest-api
19 Downloads
RESTful API Boilerplate with OOP & MVC Pattern
restjs/php-rest-api
66 Downloads
Minimalistic RESTful API with Modular Structure
ornito/rest-create-users
24 Downloads
Create users in Bolt CMS through API.
neoan.io/rest-api-starter-project
35 Downloads
Basic neoan.io Lenkrad starter kit with authentication
kruegge82/dhl-retoure-php-rest-sdk
6 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".
kruegge82/dhl-authentication-oauth-api
29 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
citizen63000/easy-api-jwt-authentication
73 Downloads
Complete API bundle to create easily your API
campaignchain/security-authentication-server-oauth
3677 Downloads
OAuth server to authenticate against to use built-in REST API.
adlogix/confluence-rest-php-client
1149 Downloads
Confluence API PHP Client