Libraries tagged by token authentication
darsadow/secure-api-bundle
166 Downloads
Bundle for Stateless authentication based on token and user's device.
nogrod/dhl-retoure-php-sdk
65 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".
martinmulder/openapi-crowdstrike-falcon-php
42 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
edenspiekermann/craft-jwt-auth
5054 Downloads
Enable authentication to Craft through the use of JSON Web Tokens (JWT)
wcaaan/firebase-token-authentication
54 Downloads
Firebase token authentication driver for Laravel
unicoart/slim-token-authentication
80 Downloads
Slim 3.0+ Token Authentication Middleware
richi/slim-token-authentication
18 Downloads
Slim 3.0+ Token Authentication Middleware
publero/token-authentication-bundle
63 Downloads
Symfony PubleroTokenAuthenticationBundle
mycodebox/slim-token-authentication
2 Downloads
Slim 3.0+ Token Authentication Middleware
inoby-sk/laravel-token-auth
61 Downloads
Token authentication package for mobile apps
eastown/laravel-api-token
23 Downloads
API Token authentication for laravel
digitaldream/symfony-access-token
3 Downloads
Symfony Access Token Authentication Bundle.
bisual/jwt-static-token-hybrid-auth
36 Downloads
JSON Web Token Authentication for Laravel and Lumen
bambolee-digital/laravel-firebase-id-token
20 Downloads
Firebase ID Token authentication for Laravel
rockschtar/wordpress-rest-api-token-auth
535 Downloads
API-Token based authentication for the WordPress REST-API