Download the PHP package dreamfactory/df-oauth without Composer
On this page you can find all versions of the php package dreamfactory/df-oauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dreamfactory/df-oauth
More information about dreamfactory/df-oauth
Files in dreamfactory/df-oauth
Download dreamfactory/df-oauth
More information about dreamfactory/df-oauth
Files in dreamfactory/df-oauth
Vendor dreamfactory
Package df-oauth
Short Description OAuth support for DreamFactory Platform 2.0
License Apache-2.0
Homepage https://www.dreamfactory.com/
Package df-oauth
Short Description OAuth support for DreamFactory Platform 2.0
License Apache-2.0
Homepage https://www.dreamfactory.com/
Please rate this library. Is it a good library?
Informations about the package df-oauth
df-oauth
DreamFactory OAuth support.
Configure DreamFactory OAuth Connector
- Log in to the DreamFactory admin interface.
- Navigate to Security > Authentication > Add Service.
- Choose the desired provider from the Service Type dropdown.
-
Enter the required details:
- Namespace: Must end with
_oauth
(e.g.,github_oauth
). - Label: Example:
GitHub Sign In
. This label will be displayed on DreamFactory's login page as the text on the provider's sign-in button. - Client ID: Obtained from the provider's application settings.
- Client Secret: Obtained from the provider's application settings.
- Redirect URL: This must match the provider's application settings and the DreamFactory configuration. It should point to the
/sso
endpoint.- Example: If your namespace is
github_oauth
, the redirect URL should be:
- Example: If your namespace is
- Namespace: Must end with
- Save the configuration.
- Log out, reload the page, and the new OAuth login option for the configured provider should be visible.
All versions of df-oauth with dependencies
PHP Build Version
Package Version
Requires
dreamfactory/df-core Version
~1.0
laravel/socialite Version ~2.0|~4.2|^5.0.0
socialiteproviders/microsoft-live Version ^2.0|^3.0|^4.1.0
socialiteproviders/twitter Version ^2.0|^3.0|^4.1.0
ext-json Version *
laravel/socialite Version ~2.0|~4.2|^5.0.0
socialiteproviders/microsoft-live Version ^2.0|^3.0|^4.1.0
socialiteproviders/twitter Version ^2.0|^3.0|^4.1.0
ext-json Version *
The package dreamfactory/df-oauth contains the following files
Loading the files please wait ....