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

For Twig it is ok, tell me please what if site used with API? Everything build with json and JsonResponses, urls for UI we dont have, and do not know...

Add support patreon OAuth: https://docs.patreon.com/#oauth

Feature request

https://www.steein.ru/developers/docs/steein-api.authentication-headers

Feature request

I'm using the bundle to get the user information from WSO2 through the GenericOAuth2ResourceOwner. Everything works fine and I can get the user info like this: ``` $oauth = $this->get('hwi_oauth.resource_owner.my_resource_owner');...

Feature request

I went through the code and documentation but I currently don't seem to find a way to do the following. One of user account providers uses multiple subdomains for the...

Feature request

I'd like to have the entire site require a login with a google apps account, but need additional permissions for a specific part of the site. I don't want to...

Feature request

What about configuration manager service for resource owner configuration. It can be overrideable so easily managed by yaml/xml definition or orm resources.

Feature request

Currently it's not possible to have an empty configuration when enabling the bundle. When running a multi-tenant application, this is a nice way to have the bundle enabled, but only...

Feature request
DX

Could be very useful to add some documentation with steps to follow for adding a new Resources owner. This could be added to a `CONTRIBUTING.md` file.

Documentation
DX

currently the bundle doesn't check if the service is already connected or not.

Feature request