Libraries tagged by http authentication
apimaticsupport/conversationsapi
59 Downloads
## Introduction Send messages using unifonic’s Conversations API. Message your target audience over social channels (WhatsApp for Business, Messenger, SMS, etc..). Unifonic conversations API Restful and HTTP **API's** uses The basic Authentication protocol. All request and response bodies are formatted in JSON. ## Get an account To start using the API you need to send an email [email protected] to create an account for you. ## Base URL All URLs referenced in the documentation have the following base: **apis.unifonic.com** ## Security To ensure privacy, we recommend you to use HTTPS for all unifonic API requests. ## Formats conversations API only supports JSON format. All requests must use the Content-type header set to application/json. ## Support We’re here to help! Get in touch with support at and we’ll get back to you as soon as we can or you can contact us throw live chat on our [website] (www.unifonic.com).
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.
liplum/flarum-jwt-auth
86 Downloads
Authentication based on JSON Web Token (JWT) token through HTTP request cookie.
saffyre/basic-http-authentication
2898 Downloads
Simple Basic HTTP Authentication. No framework required.
lajax/yii2-http-auth
3281 Downloads
Yii2 Http Authentication extension
innmind/http-authentication
2059 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
76 Downloads
Simple HTTP basic auth that needs no framework
php-cpm/http-basic-auth-guard
291 Downloads
HTTP Basic Auth Guard for Lumen 5.2
bloom-ux/wp-basic-authentication
75 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
305 Downloads
Guzzle http client with hmac authentication middleware