Libraries tagged by oauth service
prakashdivyy/laravel-oauth2-ui
123 Downloads
A Laravel 5 service provider for prakashdivyy/oauth2-ui
krdinesh/laravel-oauth2-smartrecruiters
276 Downloads
A Laravel 5.2 service provider for league/oauth2-smartRecruiters
krdinesh/laravel-oauth2-greenhouse
341 Downloads
A Laravel 5.2 service provider for league/oauth2-greenhouse
lambelcebur/oauth2-social-client
5 Downloads
Lam extends module from thephpleague/oauth2-client
zf3belcebur/oauth2-social-client
41 Downloads
ZF3 extends module from thephpleague/oauth2-client
svycka/social-user
886 Downloads
This module adds custom grant types for oauth2-server-php to allow login with social services like google or facebook.
jerryhopper/easy-jwt-php
71 Downloads
easy jwt decoder using .well-known service discovery
dipcode/authentication-gov
53 Downloads
A PHP API that implements autenticacao.gov.pt service.
cekurte/google-api-bundle
4036 Downloads
The Google API Bundle
cblink-service/socialite-weixin
471 Downloads
Weixin OAuth2 Provider for Laravel Socialite
stavarengo/o-auth-connect
40 Downloads
The easiest way to connect to OAuth2 services using Zend Framework 2 (ZF2)
poirot/mod-tenderbin
186 Downloads
Modern REST/OAuth2 Aware Pastebin as a service that can store any contents.
spiffy/spiffy-connect
18442 Downloads
SpiffyConnect is a connector implementing OAuth1 and OAuth2 to make communicating with service providers as easy as possible.
nogrod/dhl-retoure-php-sdk
56 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".
codegreencreative/laravel-samlidp
546505 Downloads
Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).