Libraries tagged by grant
shaunpersad/api-foundation
60 Downloads
This is a package for Laravel 4 that provides a basis for creating APIs. Particularly, it allows for OAuth 2.0 implementation using any grant type your application requires, including custom grant types. Additionally, it also standardizes all API responses into an easily definable format.
olymbytes/z00s
2666 Downloads
An implementation of laravel/passport using password OAuth grant type.
moova/laravel-passport-socialite
808 Downloads
This is a Laravel passport grant for social.
mjacques3/oauth2-server-test
7 Downloads
A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.
luchavez/passport-pgt-client
220 Downloads
Laravel Passport Password Grant Tokens Client for Laravel 8|9|10
lichv/oauth2-server
33 Downloads
A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.
kruegge82/dhl-authentication-oauth-api
5 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
imjarek/oauth2-server
2050 Downloads
A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.
hrevert/ht-oauth-server-client-module
23 Downloads
A Zend Framework 2 module which provides custom grant for zfr-oauth2-server to authenticate users via third party applications like facebook, google etc
dreadnaught/laramie
313 Downloads
Laramie is a magical composer package for Laravel that grants your application amazing CMS abilities.
qiutuleng/laravel-passport-phone-verification-code
28 Downloads
Resource owner phone verification code credentials grant for Laravel Passport
bichinger/contao-paypal-login
13 Downloads
Enable to redirect member after registration to paypal and grants access only if paid
ybelenko/oauth2_email_grant
1 Downloads
Custom OAuth2 Email Grant compliant with league/oauth2-server package.
vavepl/luya-module-grants
66 Downloads
The grants module will provided you a basic grants system with categories and tags.
ucay/passport-custom-request-grant
29 Downloads
Custom Request Grant for Laravel Passport