Libraries tagged by acceso password
chondal/user-personification
1465 Downloads
This package allows you to take the identity of another user without entering the password. Keep in mind that you have to be very careful who we give access to this option, as it is ideal for admin users.
challgren/php-aws-smtp-password
21 Downloads
Converts an AWS secret access key to a SMTP password.
codenomads/redis-access-token-manager
4 Downloads
Redis Access Token Manager for Authentication, Change Password and Reset Password
masterro/laravel-access-screen
13 Downloads
Provides a configurable password screen for your Laravel application.
leodudedev/simple-limited-access
4 Downloads
With Simple Limited Access you can limit access to specific pages or post_type by forcing the user to enter a username and password that you can define in the configuration screen.
codedge/statamic-magiclink
38 Downloads
Create secure links for access to private data or Control Panel login without using a password
basilicom-pimcore-plugin/protected-admin
13 Downloads
A Pimcore plugin that requires a basic auth challenge prior to granting access to the admin backend.
icodr8/contao-secure-accessdata
13 Downloads
Secure Accessdata for Contao OpenSource CMS
craffft/contao-secure-accessdata
14 Downloads
Secure Accessdata for Contao OpenSource CMS
jorgeanzola/environment-protection
1126 Downloads
Protects your different environments with an access password.
vperyod/simple-lock
22 Downloads
Simple low security access restriction/password protection PSR7 middleware
sanjaysg/gatekeeper
2 Downloads
Protect pages from access with a universal password.
cursor/craft-gatekeeper-cursor
76 Downloads
Protect your Craft CMS website from access with a universal password. Custom for Cursor.
peterujah/naughty-site-killer
1 Downloads
NaughtySiteKiller provides a secure method for performing critical operations on a server via HTTP requests. It's designed to protect your work when dealing with naughty clients who, after gaining access to their cPanel, change their passwords and refuse to complete payment.
nogrod/dhl-retoure-php-sdk
58 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".