Libraries tagged by password grant
marcoazn89/oauth2-password-grant
26456 Downloads
erdemkeren/temporary-access
1412 Downloads
This package allows you to secure your routes with one-time passwords (otp).
luchavez/passport-pgt-client
219 Downloads
Laravel Passport Password Grant Tokens Client for Laravel 8|9|10
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
olymbytes/z00s
2666 Downloads
An implementation of laravel/passport using password OAuth grant type.
javis/password-grant-client
19 Downloads
A PHP library to easily OAuth2 to your APIs using the Password Grant
oauth2-framework/resource-owner-password-credentials-grant
0 Downloads
Resource Owner Password Credentials Grant for the OAuth2 Framework
spomky-labs/oauth2-server-resource-owner-password-credentials-grant-type-bundle
173 Downloads
Symfony2 Resource Owner Password Credentials Grant Type Bundle for OAuth2 Server Bundle
spomky-labs/oauth2-server-resource-owner-password-credentials-grant-type
478 Downloads
Resource Owner Credentials Grant Type for OAuth2 Server
moeen-basra/laravel-passport-otp-grant
1194 Downloads
Laravel Passport One Time Pin Grant
onsigbaar/onsigbaar
56 Downloads
Laravel Passport OAuth2 API Server authentication using Resouce Owner Password Credential Grant with optional Laravel admin dashboard.
onsigbaar/nocturnal
7 Downloads
afzalh/laravel-passport-skip-client
10 Downloads
Laravel Middleware for Laravel Passport to allow requesting access token without client id and secret for password grant tokens
basilicom-pimcore-plugin/protected-admin
13 Downloads
A Pimcore plugin that requires a basic auth challenge prior to granting access to the admin backend.
luchavez/passport-pgt-server
213 Downloads
Laravel Passport Password Grant Tokens Server for Laravel 8|9|10