Libraries tagged by http auth

rcs_us/slim-middleware-basic-acl

2 Favers
476 Downloads

PSR-7 HTTP Authentication Access Middleware

Go to Download


phnxdgtl/rstrct

0 Favers
100 Downloads

Rstrict access to a Laravel website via Basic HTTP Authentication

Go to Download


apploud/simpleauth

0 Favers
2292 Downloads

Handles basic http authentication

Go to Download


sadeim/nard-laravel

0 Favers
4 Downloads

Zero-config activity tracking for Laravel apps. Automatically tracks HTTP requests, auth events, model changes, and queue jobs. Powered by Nard Agent (https://nard.sadeim.com).

Go to Download


kruegge82/billbee-php-sdk-api

2 Favers
26 Downloads

Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.

Go to Download


mittax/wsse-bundle

1 Favers
37 Downloads

A Symfony bundle to secure API Calls with Webservice Security Standard. Ported from SOAP. Mittax WSSE Bundle is a Wrapper on Symfonies WSSE Authprovider. (http://symfony.com/doc/current/security/custom_authentication_provider.html)

Go to Download


giorgigrdzelidze/laravel-fina-sdk

0 Favers
0 Downloads

Laravel SDK for integrating with FINA Web API (v8.0). Provides authentication, HTTP client, and typed endpoints.

Go to Download


bubnov-mikhail/landedcostcalculationapi

0 Favers
13735 Downloads

Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a [Postman Collection](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id: key:`

Go to Download


pjanser/craft-db-extract

1 Favers
147 Downloads

A small helper Plugin for CraftCMS to download the DB over HTTP requiring authorization.

Go to Download


tracegraph/laravel

0 Favers
0 Downloads

TraceGraph instrumentation for Laravel — captures HTTP, DB, and auth events as structured traces

Go to Download


ksn135/htpasswd-bundle

3 Favers
8627 Downloads

Bundle for Symfony2 for basic authentication of HTTP users listed in the files created by htpasswd utility

Go to Download


bradtech/localbitcoins-client

0 Favers
1 Downloads

A Http Client to authenticate with Localbitcoins API

Go to Download


iamxml/fusio-adapter-gcp-zero-trust

0 Favers
0 Downloads

Fusio adapter providing Cloud Run zero-trust HTTP connection with ID token auth

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


zovix/zovix

0 Favers
12 Downloads

A Laravel package for making HTTP requests with API key authentication

Go to Download


<< Previous Next >>