Libraries tagged by authorization
wamesk/laravel-auth
589 Downloads
OAuth2 authorization with API endpoints. Also includes registration process, login, password reset, email validation.
wahid09/laravel-quick-admin
2 Downloads
Laravel QuickAdmin is a web-based starter kit to help to start a large application without thinking about authentication, authorization, and role-based permission.
voskobovich/yii2-auth-toolkit
236 Downloads
Tools to create site authorization for Yii2.
tlshaheen/oauth2
2746 Downloads
Light PHP wrapper for the OAuth 2.0 protocol (based on OAuth 2.0 Authorization Protocol draft-ietf-oauth-v2-15). Original source at adoy/oauth2
sweetscar/authigniter
104 Downloads
Authentication and authorization library for Codeigniter 4
splitit/splitit-sdk-sdk
10 Downloads
Splitit's Installments API is the primary Splitit tool for establishing and maintaining installment plans. Use it to verify shopper eligibility, create plans with or without immediate authorization, get plan information, update plan status, and process refunds and cancellations.
smorken/ip-auth
391 Downloads
IP Authorization - not truly secure!
shilza/instagram-php-scraper
41 Downloads
Instagram PHP Scraper. Get account information, photos and videos without any authorization
santanu/lumen-oauth
11 Downloads
OAuth API Authorization based on Lumen Framework
robert-grubb/insta-scraper
6091 Downloads
Instagram PHP Scraper. Get account information, photos and videos without any authorization
regulus/identify
4715 Downloads
A Laravel 5 authentication/authorization package that adds roles, permissions, access levels, and user states. Allows simple or complex user access control implementation.
pyncer/access
275 Downloads
Pyncer library for handling authentication and authorization.
ory/oathkeeper-client-php
86 Downloads
ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
npr/npr-one-backend-proxy
6654 Downloads
A server-side proxy for interacting with the NPR One API's authorization server
nogrod/dhl-retoure-php-sdk
87 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".