oauth2-bundle icon indicating copy to clipboard operation
oauth2-bundle copied to clipboard

Symfony bundle which provides OAuth 2.0 authorization/resource server capabilities.

Results 71 oauth2-bundle issues
Sort by recently updated
recently updated
newest added

Hi all, I noticed that de documentation on the front page of this bundle doesn't correlate to the latest stable tag, but to the dev version of this package. Is...

Hi all, I'm building an API with Symfony 5, with ApiPlatform and i've integrated your awesome bundle. I would like to get an accessToken to be able to launch my...

Hello! Would be super nice if https://github.com/trikoder/oauth2-bundle/blob/v3.x/Tests/Acceptance/TokenEndpointTest.php could be reused in the application. I mean, after library integration, I need to copy-paste the existing test and change the request URL...

Since I updated to symfony 5.3, I get the following warning : User Deprecated: The "Trikoder\Bundle\OAuth2Bundle\Security\Guard\Authenticator\OAuth2Authenticator" class implements "Symfony\Component\Security\Guard\AuthenticatorInterface" that is deprecated since Symfony 5.3, use the new authenticator system...

api: pattern: ^/api security: true stateless: true oauth2: true

Hello folks, actually I am integrating your bundle in my symfony 5.1+ application and stumbled over an incompatibilty. When combining your bundle with a bundle which already depends on the...

Hi, I've got a pull request ready where the oauth2 is working with the new security updates in SF 5.3. However, to be compliant with the contribution requirements, I tried...

I need to generate a new token inside a custom Authenticator without passing throught the /oauth2/token endpoint, but something more like I do in custome grants with the issueToken() method....

symfony/dependency-injection states deprecated tags in configurations should have the package name and the version the deprecation started. This PR will fix that issue

Hi guys, first of all, great work here. 🎉 I've been going around the documentation and the code but I can't seem to find anywhere that indicates how to configure...

question