FOSRestBundleByExample
FOSRestBundleByExample copied to clipboard
FOSRestBundle example project with Symfony 2.6 standard distribution
Bumps [symfony/symfony](https://github.com/symfony/symfony) from 2.6.4 to 2.8.52. Release notes *Sourced from [symfony/symfony's releases](https://github.com/symfony/symfony/releases).* > ## v2.8.52 > **Changelog** (since https://github.com/symfony/symfony/compare/v2.8.51...v2.8.52) > > * security #cve-2019-18888 [HttpFoundation] fix guessing mime-types of files...
Hi, I have been searching around and trying a lot on my own but i still didn't figure out how to upload file using json POST and FOSRestBundle. I think...
Error Message is as below, {"code":401,"message":"Unauthorized"} What is the problem here. Can you suggest any solution? Please.
Hello, I need help please, when I add a new user it works fine, however when I type this url / api / v1 / users, it gives me this...
I installed the bundle and configured it to use my local postgresql server. It failed because of the user table ("user" is a reserved keyword for postgresql). After I changed...
Hi, I only get 403 forbidden with the sandbox requests. Same error also with the POST /api/v1/users.{_format} for creating a new user. I only cloned repo, did composer install and...
Hi, I just looked around and I saw that the UserInterface of FOSUserBundle must be in plaintext. How does it impact the security if we do that and also use...
Hi, I read FOSRestBundleByExample and I added the bundles in my projects. FOSRestBundle NelmioApiDocBundle MopaWSSEAuthenticationBundle I was using FOSUserBundle yet. I have a problem. My firewall properties are: ``` security:...
Hi. We know that by default Symfony2 ships as standart edition. So in the future there will be different editions for custom usage. Right now we can try to create...