HWIOAuthBundle
HWIOAuthBundle copied to clipboard
OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
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
https://www.steein.ru/developers/docs/steein-api.authentication-headers
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');...
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...
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...
What about configuration manager service for resource owner configuration. It can be overrideable so easily managed by yaml/xml definition or orm resources.
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...
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.
currently the bundle doesn't check if the service is already connected or not.