Libraries tagged by http authentication

martinmulder/openapi-crowdstrike-falcon-php

4 Favers
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.

Go to Download


kroderdev/laravel-microservice-core

5 Favers
150 Downloads

Laravel package providing JWT authentication, RBAC, distributed tracing, and multi-service HTTP client for microservice architectures.

Go to Download


cbeyersdorf/easybill

4 Favers
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.

Go to Download


saffyre/basic-http-authentication

2 Favers
2898 Downloads

Simple Basic HTTP Authentication. No framework required.

Go to Download


innmind/http-authentication

0 Favers
2117 Downloads

HTTP authentication

Go to Download


falco442/slim-multirole-authentication-authorization

0 Favers
0 Downloads

A basic http authentication/authorization middleware with multirole feature

Go to Download


ixis/codeception-module-http-auth

0 Favers
186 Downloads

A Codeception module for passing HTTP authentication.

Go to Download


cjpgdk/php-http-auth

0 Favers
19 Downloads

PHP Library to make use of HTTP Authentication

Go to Download


rossriley/stack-basic-authentication

0 Favers
13 Downloads

HTTP Basic Authentication Stack middleware

Go to Download


rikudou/http-basic-auth

0 Favers
77 Downloads

Simple HTTP basic auth that needs no framework

Go to Download


php-cpm/http-basic-auth-guard

0 Favers
292 Downloads

HTTP Basic Auth Guard for Lumen 5.2

Go to Download


bloom-ux/wp-basic-authentication

0 Favers
108 Downloads

Enable HTTP basic authentication for a WordPress site

Go to Download


absolut-ticket/http-sig-auth

0 Favers
9 Downloads

Http Signature Authentication for Laravel/Lumen

Go to Download


siewwp/php-hmac-http

0 Favers
308 Downloads

Guzzle http client with hmac authentication middleware

Go to Download


che/http-api-auth

0 Favers
12 Downloads

Helper for API Authentication based on HTTP header

Go to Download


<< Previous Next >>