Libraries tagged by access token
coinpaprika/dexpaprika-sdk
0 Downloads
Official PHP SDK for the DexPaprika API. Access multi-chain DEX data, token prices, and liquidity pools with advanced caching and error handling.
ory/oathkeeper-client-php
86 Downloads
ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
nogrod/dhl-retoure-php-sdk
93 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".
marcusyan/passport-custom-jwt-claims
1072 Downloads
Customize JWT claims in Laravel Passport access tokens
macropage/sdk-ebay-rest-browse
3075 Downloads
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size. This resource also provides a bridge between the eBay legacy APIs, such as Trading and Finding, and the RESTful APIs, such as Browse, which use different formats for the item IDs. You can use the Browse API to retrieve the basic details of the item and the RESTful item ID using a legacy item ID. (Experimental) shopping_cart: Provides the ability for eBay members to see the contents of their eBay cart, and add, remove, and change the quantity of items in their eBay cart. *Note:* This resource is not available in the eBay API Explorer. The item_summary, search_by_image, and item resource calls require an Application access token. The shopping_cart resource calls require a User access token.
krystalcode/api-session
976 Downloads
Provides session management functionality for API clients including requesting, refreshing and storing access tokens.
groton-school/slim-oauth2-api-proxy-gae-repository
31 Downloads
Firestore access token repository for Slim OAuth2 API proxy running on Google App Engine
dadi/passport
8 Downloads
A library for generating access tokens to authenticate with DADI platform components
arietimmerman/laravel-oauth-introspect-middleware
322 Downloads
Laravel Middleware for letting a resource owner verify a OAuth2 access tokens with a remote authorization server
ossipesonen/azureadb2ctokenvalidator
7838 Downloads
Simple Azure AD B2C access token validator
awstudio/google-photos-api
8134 Downloads
Google Photos API using Picasa endpoints. Let You get Albums, Pictures and Videos of Users with the acces token
noriel0010/third-party-sso
48 Downloads
PHP Library to verify and validate 3rd party AccessToken/IdToken from different Social Media (facebook, microsoft, google, linkedin and apple) and authenticate a User with mentioned social media id
mastashake08/laravel-openai-api
227 Downloads
Add an OpenAI API and Artisan command easily into your projects. Generate images, or text. Can be integrated with Laravel Sanctum for token based access.
sunnysideup/social_integration
29 Downloads
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.
wukka/nonce
11375 Downloads
Nonce - token generator to prevent unauthorized access.