Libraries tagged by ezauthorize
jeboehm/platform-access-protection
1206 Downloads
Protects your Shopware 6 storefront from unauthorized access. Ideal for test systems.
dev3bdulrahman/license-manager
8 Downloads
License Manager is a robust PHP package designed for managing software licensing with ease and security. This package provides essential tools to validate, generate, and manage license keys, ensuring your applications are protected against unauthorized usage. With domain-based validation and secure license storage, developers can confidently implement licensing mechanisms for their applications. Seamlessly integrates with Laravel and other PHP frameworks, offering an efficient solution for protecting your software.
creatissimo/dhl-de-retoure
18 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".
chisonm/applocker
1 Downloads
This package provides a simple and effective way to lock an application behind a password, ensuring that unauthorized users cannot access any routes or content without first entering the correct password.
avneesh/anet-cim-wrapper
16 Downloads
This is a wrapper for interaction with Authorize.net Cim Apis
apiverve/caaparser
0 Downloads
CAA Record Parser analyzes DNS CAA records that specify which Certificate Authorities are authorized to issue certificates for a domain.
abovesky/url-auth
21 Downloads
Generate a url with an expiration date and signature to prevent unauthorized access
codedwebltd/avang
5 Downloads
Avang Licenser is a PHP library designed to enhance the security of PHP scripts by implementing a robust license system, preventing unauthorized access and usage.
aseemann/pihole-api-client
24 Downloads
The Pi-hole API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts and returns reliable UTF-8 [JavaScript Object Notation (JSON)-encoded](http://www.json.org/) data for all API responses, and uses standard HTTP response codes and verbs. Most (but not all) endpoints require authentication. API endpoints requiring authentication will fail with code `401 Unauthorized` when used outside a valid session.