BazingaOAuthServerBundle icon indicating copy to clipboard operation
BazingaOAuthServerBundle copied to clipboard

[Symfony2] A server side implementation of the OAuth 1.0 protocol based on RFC 5849.

Results 5 BazingaOAuthServerBundle issues
Sort by recently updated
recently updated
newest added

Also includes fixes that were necessary when implementing this in Mautic 3

I'm making this PR on behalf of the Mautic community. Mautic currently uses a fork of this library and for some reason they forked and deviated from the original. I...

Currently oAuth authenfication for nested arrays is broken as those information is not decoded like the clients encode the information. Nested array handling is not covered at all. This patch...

Hello, while trying to figure out issue https://github.com/mautic/mautic/issues/1323 I think I tracked the problem to this library and may have found a bug. Would you please be so kind as...

The Authorization header is not made available to PHP when PHP is ran under fcgi. apache_request_headers() is only available if PHP is ran under the Apache module and thus does...