Libraries tagged by rfc6749
chillerlan/php-oauth
2619 Downloads
A fully transparent, framework agnostic PSR-18 OAuth client.
juliuspc/openid-connect-php
11536 Downloads
OpenID Connect client
maicol07/oidc-client
503 Downloads
OpenID Connect client
spomky-labs/oauth2-server
3557 Downloads
OAuth2 Server Library
oauth2-framework/server-library
1280 Downloads
OAuth2 Server Library
oauth2-framework/security-bundle
12140 Downloads
Security Bundle for the OAuth2 Framework
oauth2-framework/oauth2-framework
394 Downloads
The OAuth2 Framework
oauth2-framework/core
12176 Downloads
Core Component for the OAuth2 Framework
oauth2-framework/bearer-token-type
12147 Downloads
Bearer Token Type for the OAuth2 Framework
autisid/oidc-client
118 Downloads
OpenID Connect client
spomky-labs/oauth2-server-library
1484 Downloads
OAuth2 Server Library
chillerlan/php-oauth-providers
5310 Downloads
OAuth 1/2 Provider implementations for chillerlan/php-oauth-core.
chillerlan/php-oauth-core
6782 Downloads
A PHP OAuth client core library
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
sugiphp/oauth2
61 Downloads
OAuth2 Server