Download the PHP package jerryhopper/oauth2-fusionauth without Composer
On this page you can find all versions of the php package jerryhopper/oauth2-fusionauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jerryhopper/oauth2-fusionauth
More information about jerryhopper/oauth2-fusionauth
Files in jerryhopper/oauth2-fusionauth
Download jerryhopper/oauth2-fusionauth
More information about jerryhopper/oauth2-fusionauth
Files in jerryhopper/oauth2-fusionauth
Vendor jerryhopper
Package oauth2-fusionauth
Short Description FusionAuth OAuth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Package oauth2-fusionauth
Short Description FusionAuth 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-fusionauth
FusionAuth Provider for OAuth 2.0 Client
This package provides FusionAuth 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 \JerryHopper\OAuth2\Client\Provider\FusionAuth
as the provider.
Authorization Code Flow
Managing Scopes
When creating your authorization URL, you can specify the state and scopes your application may authorize.
If neither are defined, the provider will utilize internal defaults.
At the time of authoring this documentation, the following scopes are available.
- openid
- offline_access
- offline_access
- phone
- address
- groups
Testing
All versions of oauth2-fusionauth with dependencies
PHP Build Version
Package Version
Requires
league/oauth2-client Version
^2.0
The package jerryhopper/oauth2-fusionauth contains the following files
Loading the files please wait ....