Libraries tagged by basic-auth
creatissimo/dhl-de-retoure
15 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".
cesnet/simplesamlphp-module-remoteuserssl
1968 Downloads
The module is just getting result of the Basic authentication or SSL authentication done by Apache web server.
walirazzaq/composer-basic-auth-env
4 Downloads
Sets composer basic auth defined in .env file in specific format
voyager-inc/basic-auth
10 Downloads
Basic auth
viktor-miller/laravel-basic-auth
54 Downloads
laravel basic authentication package
vdhoangson/laravel-basic-auth
40 Downloads
The Laravel Basic Auth.
tombroucke/otomaties-wp-cron-basic-auth
337 Downloads
Fix for WP Cron when using Basic Auth
thebbapp/wp-basic-auth
2 Downloads
Basic Authentication handler for the JSON API, used for development and debugging purposes
tecbeast/basic-auth-with-env
1126 Downloads
A middleware for Laravel 5.1+ where you can use basic auth with any webserver. Dependend only one config file.
studiomitte/basic-authentication
73 Downloads
Implementing basic authentication using PSR-15 middleware
rikudou/http-basic-auth
77 Downloads
Simple HTTP basic auth that needs no framework
rafaelgou/php-apache2-basic-auth
363 Downloads
PHP Apache2 Basic Auth
php-cpm/http-basic-auth-guard
292 Downloads
HTTP Basic Auth Guard for Lumen 5.2
pflorek/php-basic-auth
76 Downloads
Provides a simple way to get or set credentials (username, password) on a PSR-7 `RequestInterface`. Also it helps challenging an unauthorized client by adding the 'WWW-authenticate' header line with status code 401 to a PSR-7 `ResponseInterface`.
owenmelbz/basic-auth-enforcement
4994 Downloads
Laravel 5+ Middleware to enforce basic auth on your application code.