HWIOAuthBundle icon indicating copy to clipboard operation
HWIOAuthBundle copied to clipboard

OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.

Results 71 HWIOAuthBundle issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------------| --- | Bug? | no | New Feature? | no | Support question? | yes | Version | 2.0.0-BETA2 #### Actual Behavior What is...

Bug
Support request

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...

Feature request

| Q | A | ------------------| --- | Bug? | no | New Feature? | yes | Support question? | yes | Version | 1.3 / 1.4 / 2.x ####...

Support request

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...

Enhancement

| Q | A | ------------------| --- | Bug? | no | New Feature? | no | Support question? | yes | Version | 2.x #### Question Hi, I want...

Support request

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...