Download the PHP package lodge104/oauth2-auth0 without Composer
On this page you can find all versions of the php package lodge104/oauth2-auth0. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lodge104/oauth2-auth0
More information about lodge104/oauth2-auth0
Files in lodge104/oauth2-auth0
Download lodge104/oauth2-auth0
More information about lodge104/oauth2-auth0
Files in lodge104/oauth2-auth0
Vendor lodge104
Package oauth2-auth0
Short Description Auth0 OAuth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Package oauth2-auth0
Short Description Auth0 OAuth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Please rate this library. Is it a good library?
Informations about the package oauth2-auth0
Auth0 Provider for OAuth 2.0 Client
This package provides Auth0 OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
To install, use composer:
Usage
Usage is the same as The League's OAuth client, using Riskio\OAuth2\Client\Provider\Auth0
as the provider.
Authorization Code Flow
You have to provide some parameters to the provider:
- customDomain (optional):
- description: Custom domain used for the Auth0 login - https://auth0.com/docs/custom-domains (I.e.: login.custom-domain.tld - It will be prefixed with https:// automatically. If this is set, the region and account parameters will be ignored.)
- region (optional):
- description: Auth0 region
- values:
- Riskio\OAuth2\Client\Provider\Auth0::REGION_US (default value)
- Riskio\OAuth2\Client\Provider\Auth0::REGION_EU
- Riskio\OAuth2\Client\Provider\Auth0::REGION_AU
- Riskio\OAuth2\Client\Provider\Auth0::REGION_JP
- account (required if customDomain is not set):
- description: Auth0 account name
- clientId
- description: The client ID assigned to you by the provider
- clientSecret
- description: The client password assigned to you by the provider
- redirectUri
Refreshing a Token
Auth0's OAuth implementation does not use refresh tokens.
All versions of oauth2-auth0 with dependencies
PHP Build Version
Package Version
The package lodge104/oauth2-auth0 contains the following files
Loading the files please wait ....