HWIOAuthBundle
HWIOAuthBundle copied to clipboard
OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
| Q | A | ------------------| --- | Bug? | no | New Feature? | no | Support question? | yes | Version | 2.0.0-BETA2 #### Actual Behavior What is...
Fixes #1901
I see master supports Symfony 6, but there is no tagged release yet. What should be done before a new version can be released?
When requesting an OAuth token you have to set the "redirect_uri" parameter. Currently the redirect_uri being pass to the request requesting the token is, for google, "/login/check-google". I've got an...
| Q | A | ------------------| --- | Bug? | no | New Feature? | yes | Support question? | yes | Version | 1.3 / 1.4 / 2.x ####...
I'm currently experiencing an issue with a redirect loop with this bundle and the default Google resource owner. When setup without the `offline` scope, there is a scenario where the...
The code was reviewed, so that `OAuthToken` is fully replaceable by any other AppOAuthToken, that only should be extended from `AbstractOAuthToken`. Use the resource owner's option `token_class` to change it.
| Q | A | ------------------| --- | Bug? | kind of | New Feature? | no | Support question? | no | Version | 2.x #### Actual Behavior All...
| Q | A | ------------------| --- | Bug? | no | New Feature? | no | Support question? | yes | Version | 2.x #### Question Hi, I want...
SoundCloud recently rolled out some changes that require an authentication header token accompany all requests. More detail about it here: https://developers.soundcloud.com/blog/security-updates-api If I understand the code right in `SoundcloudResourceOwner.php` it...