clapas

Results 3 comments of clapas

This happened to me and the problem was in the response, it was lacking the expected JSON structure consisting of an object with the key `access_token` set —I was returning...

You can extend the JWT Authenticator, e.g: ``` class CustomJwtAuthenticator extends JwtAuthenticator { /** * array[string] */ private $audiences; public function __construct( ContainerBagInterface $containerBag, JWTTokenManagerInterface $jwtManager, EventDispatcherInterface $eventDispatcher, TokenExtractorInterface $tokenExtractor,...

I am also experiencing problems with the `sec_xbrl_to_csv` subcommand: ``` Traceback (most recent call last): File "/usr/local/bin/django-admin", line 11, in sys.exit(execute_from_command_line()) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 363, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py",...