Libraries tagged by bearer-token

zippendo/zippendo-php

0 Favers
13 Downloads

Public API documentation for Zippendo. Authenticate using your API token (Bearer token prefixed with zipp_). **Brands (sub-accounts).** An organization can be split into brands, each keeping its own orders, shipments and configuration separate. There are two ways to scope requests to one brand, and NEITHER changes any request body: 1. **Bind the token.** Create an API token with a `brandId` and every request it makes is confined to that brand — reads filtered, writes stamped. This is the recommended way to give a single brand's team its own credential. 2. **Send the `X-Zippendo-Brand` header.** An organization-wide token can scope an individual request by sending the brand's id or slug in this header. Most SDKs let you set it once on the client so every call inherits it. A brand-bound token that receives an `X-Zippendo-Brand` header naming a different brand is rejected with `403 BRAND_ACCESS_DENIED` — the binding is never widened. Omit both and requests cover the whole organization, which is the behaviour of every existing token. Records that belong to no brand carry `brandId: null`. Configuration (carriers, shipping rules, addresses) with a null brand is organization-wide and remains visible inside every brand; orders and shipments with a null brand are only visible organization-wide. List endpoints additionally take a `?brandScope=own|shared|both` parameter to narrow further within whichever brand context already applies. `own` returns only rows assigned to that brand, and requires a brand context — a brand-bound token, a resolved brand session, or the `X-Zippendo-Brand` header above — otherwise `400`. `shared` returns only the organization-wide rows (equivalent to filtering `brandId=none`). The default, `both`, keeps the existing behaviour: a brand context sees its own rows plus the organization-wide ones. Set `X-Zippendo-Brand-Scope` as a client default to apply the same choice to every request instead of repeating the query parameter on each call — an explicit `brandScope` query parameter always wins over the header, and a blank header value is ignored. Brands themselves are managed under the **Brands** tag. Retiring a brand is done with `POST /orgs/{orgId}/brands/{brandId}/archive` — permanent deletion is a dashboard-only action, since it is refused while any order, shipment, member or token still references the brand. Brands require a plan that includes them; creating one beyond your plan's limit returns `403`.

Go to Download


yiirocks/voyti-api-rate-limiter

0 Favers
4 Downloads

Per-user rate limiting for Voyti API's bearer-token routes

Go to Download


someones-computer/sdk-php

0 Favers
22 Downloads

JSON-LD resources backing the control panel. Bearer-token reachable since #1418 — see docs/sdk-generation.md.

Go to Download


kinetis/auth-jwt

0 Favers
13 Downloads

Stateless JWT authentication middleware for Kinetis (HS256/RS256, optional per-token revocation), verifying signed tokens via firebase/php-jwt. See kinetis/auth instead for opaque Bearer-token validation against your own storage.

Go to Download


keukenmagazijn/passport-authenticator

1 Favers
3024 Downloads

A superclass package that you can extend upon that will handle the authentication and refreshing of your access (bearer) tokens

Go to Download


angeo/module-openai-product-feed-api

3 Favers
25 Downloads

Magento 2 REST API for the OpenAI Agentic Commerce Protocol (ACP). Implements the ACP feed API surface: feeds, paginated products with configurable variants, and SalesRule-sourced promotions. Bearer-token authenticated, DB-persisted feeds, PATCH-as-POST bridge for Magento compatibility.

Go to Download


oauth2-framework/bearer-token-type

0 Favers
12327 Downloads

Bearer Token Type for the OAuth2 Framework

Go to Download


spomky-labs/oauth2-server-bearer-token

0 Favers
5389 Downloads

Bearer Access Token for OAuth2 Server

Go to Download


tadasei/laravel-keycloak-guard

0 Favers
2 Downloads

My fork of leandrose/laravel-keycloak-guard.

Go to Download


sharadkashyap/php-api-authentication-debugger

0 Favers
4 Downloads

A framework-independent PHP tool for diagnosing API authentication failures.

Go to Download


php-cpm/http-basic-auth-guard

0 Favers
292 Downloads

HTTP Basic Auth Guard for Lumen 5.2

Go to Download


leandrose/laravel-keycloak-guard

0 Favers
10 Downloads

A Laravel authentication guard for Keycloak OAuth2 resource servers with token introspection and optional caching support.

Go to Download


juanchosl/tokenizer

1 Favers
21 Downloads

A small collection of encoder/decoder Token for authentication

Go to Download


postboost/php-sdk

0 Favers
0 Downloads

The PostBoost REST API lets you publish, schedule, and analyze social media posts across 12+ platforms from a single integration. No OAuth apps to maintain — PostBoost handles platform authorization for you. ## Base URL All workspace-scoped endpoints are prefixed with `/{workspaceUuid}`. Panel/admin endpoints are prefixed with `/panel`. ## Authentication All requests require a Bearer token in the `Authorization` header. Generate tokens in your PostBoost dashboard under **Settings → Access Tokens**. ``` Authorization: Bearer YOUR_API_TOKEN ```

Go to Download


plural-pinelabs/pinelabs-php

0 Favers
3 Downloads

Complete Pine Labs Payment Gateway API for accepting payments, managing orders, refunds, subscriptions, payouts, and more. ## Authentication All endpoints (except `/api/auth/v1/token`) require a Bearer token in the `Authorization` header. Generate a token using your `client_id` and `client_secret` via the Authentication endpoint. ## Base URLs - **Production:** `https://api.pluralpay.in` - **Sandbox:** `https://pluraluat.v2.pinepg.in`

Go to Download


<< Previous Next >>