Jasper Poppe

Results 8 comments of Jasper Poppe

Hi @alsciende! Thanks for your feedback. I'm trying to use the Auth0ResourceOwner, but I got the following error message: `Class "\OAuth\ResourceOwner\Auth0ResourceOwner" must implement interface "HWI\Bundle\OAuthBundle\OAuth\ResourceOwnerInterface".` Is your `hwi_oauth.yaml` file looking...

Hi @stloyd ! Thanks for your time! When I apply your bugfix to the `2.0.0-BETA2` branch, I got following error message: ``` Attempted to call an undefined method named "getUserIdentifier"...

When on `dev-master` and Symfony 6.1, I got following error message: ``` User identifier was not found in response. ```

Ok, now I got this weird error which isn't even loading my app. `hwi_oauth.yaml`: ```yaml hwi_oauth: firewall_names: [main] resource_owners: auth0: type: oauth2 class: 'App\Client\Auth0ResourceOwner' client_id: "%env(AUTH0_CLIENT_ID)%" client_secret: "%env(AUTH0_CLIENT_SECRET)%" base_url: "https://%env(AUTH0_DOMAIN)%"...

After updating the `dev-master` package and using your #1913 pull request, I still got the error message like one of my previous comments: https://github.com/hwi/HWIOAuthBundle/issues/1901#issuecomment-1192393680

So, this is the steps I take to reproduce this error: - I go to`/connect/auth0` (to login) - I got redirected to `/login/check-auth0?code={code_id}` - Then I see the error When...

As of PHP 8.1.0, write access to the entire `$GLOBALS` array is no longer supported: https://www.php.net/manual/en/reserved.variables.globals.php I think there should be another solution to set the `userAgent`.

Package is now on 2.3.10. Tests: 2192, Time: 02:06.646, Memory: 241.50 MB