zuske / auth-client-bundle
Client to make authentication with auth service
1.0.0
2024-06-19 23:06 UTC
Requires
- php: >=8.3
- guzzlehttp/guzzle: ^7.8
- symfony/framework-bundle: ~5.4 || 6.4
- symfony/http-foundation: ~5.4 || 6.4
- symfony/security-core: ~5.4 || 6.4
- symfony/yaml: ~5.4 || 6.4
- zuske/auth-authentication: ^1.1
Requires (Dev)
- phpunit/phpunit: ^10.4
This package is auto-updated.
Last update: 2025-01-20 00:33:09 UTC
README
//auth_client.yaml auth_client: auth: resource_owner: '%env(OAUTH_RESOURCE_OWNER)%' client_id: '%env(OAUTH_CLIENT_ID)%' client_secret: '%env(OAUTH_CLIENT_SECRET)%' redirect_uris: '%env(resolve:OAUTH_REDIRECT_URI)%' response_type: '%env(OAUTH_RESPONSE_TYPE)%' grant_type: '%env(OAUTH_GRAN_TYPE)%' scope: 'w r' host_client: host: '%env(resolve:OAUTH_URL)%' port: 8080
Fluxograma