Libraries tagged by http authentication
martinmulder/openapi-crowdstrike-falcon-php
154 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.
kroderdev/laravel-microservice-core
150 Downloads
Laravel package providing JWT authentication, RBAC, distributed tracing, and multi-service HTTP client for microservice architectures.
cbeyersdorf/easybill
4 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
saffyre/basic-http-authentication
2898 Downloads
Simple Basic HTTP Authentication. No framework required.
innmind/http-authentication
2117 Downloads
HTTP authentication
falco442/slim-multirole-authentication-authorization
0 Downloads
A basic http authentication/authorization middleware with multirole feature
ixis/codeception-module-http-auth
186 Downloads
A Codeception module for passing HTTP authentication.
cjpgdk/php-http-auth
19 Downloads
PHP Library to make use of HTTP Authentication
rossriley/stack-basic-authentication
13 Downloads
HTTP Basic Authentication Stack middleware
rikudou/http-basic-auth
77 Downloads
Simple HTTP basic auth that needs no framework
php-cpm/http-basic-auth-guard
292 Downloads
HTTP Basic Auth Guard for Lumen 5.2
bloom-ux/wp-basic-authentication
108 Downloads
Enable HTTP basic authentication for a WordPress site
absolut-ticket/http-sig-auth
9 Downloads
Http Signature Authentication for Laravel/Lumen
siewwp/php-hmac-http
308 Downloads
Guzzle http client with hmac authentication middleware
che/http-api-auth
12 Downloads
Helper for API Authentication based on HTTP header