Isael Sousa
Isael Sousa
Hello everyone, I would also like to know how many customers does tuneld support simultaneously?
Olá pessoal Também estou com esse probleminhas. Sobre o CPF eles mudaram para o sistema de Captcha do Google é mais complicado. Já o CNPJ notei o seguinte url_antiga =...
Eles lançaram uma API https://servicos.serpro.gov.br/api-gov/ acredito que estão fechando as portas mesmo pois esse serviço é pago, também acho que o que poderíamos fazer era repassar o reCAPTCHA para o...
My Settings: ``` app/config/config.yml # FOSUserBundle config fos_user: db_driver: orm firewall_name: main user_class: path\bundle\Entity\User from_email: address: "%mailer_user%" sender_name: "%mailer_user%" # FOSOauthServerBundle config fos_oauth_server: db_driver: orm client_class: path\bundle\Entity\Client access_token_class: path\bundle\Entity\AccessToken refresh_token_class:...
``` composer show friendsofsymfony/* friendsofsymfony/oauth-server-bundle 1.5.2 Symfony2 OAuth Server Bundle friendsofsymfony/oauth2-php 1.2.1 OAuth2 library friendsofsymfony/rest-bundle 2.3.0 This Bundle provides various tools to rapidly develop RESTful API's with Symfony friendsofsymfony/user-bundle v2.0.2...
@dkarlovi Thanks. ``` Call to a member function getUser() on null 500 Internal Server Error - FatalThrowableError Stack Trace in vendor/friendsofsymfony/oauth-server-bundle/Controller/AuthorizeController.php at line 58 $user = $this->getTokenStorage()->getToken()->getUser(); --------------------------------------- Log CRITICAL...
@dkarlovi I've already tried calling the user in other ways like: ``` $user = $this->getUser(); ``` Or ``` $user = $this->get('security.token_storage')->getToken()->getUser(); ``` But all of them are returning null and...
@dinamic Thank you for your help. You could be clearer about the solution, I didn't understand where I went wrong. Could you show me an example of a solution?
Thank you very much I managed to solve. The problem was: ``` csrf_token_generator: security.csrf.token_manager ``` Traded for ``` csrf_provider: form.csrf_provider ``` New Setup was like this: ``` security: encoders: FOS\UserBundle\Model\UserInterface:...
@vinoles Puede colocar la pila "full stacktrace" de error entero? Y si puedes poner tus dudas en inglés para que otras personas puedan ayudarte. Otra cosa también coloque la lista...