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

In my opinion generating fixtures in tests is slowly getting out of hand. Would be cool to re-think how we could improve and streamline it. _(eyes at faker)_

Currently, only **clearing** expired refresh tokens is available out-of-the-box. It would be great if we also supported refresh token revoking.

enhancement

It would be great to have support to revoke issued authorization codes based on some criteria, like revoking all issued authorization codes of a specific client or a specific user...

enhancement

It would be great to have support to revoke access tokens based on some criteria. An example or two would be revoking all access tokens of a specific client or...

enhancement

I was talking only about `roave/security-advisories` here. I'd like to keep this PR as minimal as possible and just focus on Symfony 5 support. Stuff like `roave/security-advisories` can be PR-ed...

hi! thanks for the great bundle can you remove the "final" keyword from classes, especially from controllers? since code from a bundle should be customizable, it would be nice to...

Hi, In the documentation, you show how to secure **one** API: In `config/packages/trikoder_oauth2.yaml`, there is a `trikoder_oauth2.resource_server` node that allow to defines option for one server. I'm working on a...

Hi, Symfony 4.3 I am testing oauth2 on my local machine. When requesting a code, an error occurs. Why the Doctrine Makes an Invalid Request? Terminal: ![oauth](https://user-images.githubusercontent.com/45456471/66832120-e2f3b780-ef61-11e9-84cc-dfbb761611c4.png) Mysql: ![oauth2](https://user-images.githubusercontent.com/45456471/66832146-f30b9700-ef61-11e9-9a6f-f4a6bc94951b.png) Postman:...

This project is very useful and well developped. But there is no release since October 2020 and even if a lot of PR have been done. is this project still...

This commit https://github.com/trikoder/oauth2-bundle/commit/286cab0903029d17898cc617ae88d26f808c3a9e (committed on 5 Feb 2021 ) remove the dependency of sensio/framework-extra-bundle but has never been released. Would it be possible to have a new release to avoid...