Registry / auth / hwi-oauth-bundle

hwi-oauth-bundle

JSON →
library2.5.0phppackagistunverified

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

composer require hwi/oauth-bundle
INSTALL
IMPORT
SIG · HWI-OAUTH-BUNDLE
H
hwi-oauth-bundle
authphpv2.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HWIOAuthBundle
use HWI\Bundle\OAuthBundle\HWIOAuthBundle;

Register bundle and configure a resource owner.

<?php // In AppKernel.php: $bundles[] = new HWI\Bundle\OAuthBundle\HWIOAuthBundle(); // Configure resource owners in config.yml hwi_oauth: resource_owners: facebook: type: facebook client_id: '%facebook_client_id%' client_secret: '%facebook_client_secret%'
Debug
Known issues
gotchaRequires Symfony 4.4+ and may conflict with other OAuth bundles.
fix
Ensure no duplicate OAuth services are registered.
affects: >=2.0.0
Upgrade
Version history
2.5.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
hwi-oauth-bundle — pip install hwi-oauth-bundle · libregistry