Dadinos
Dadinos
I try to use the example.php as a first learning point. Later I will use my own JSON. After a first compuser update I got: .... Generating autoload files 3...
Is it possible to set the leeway value during the initialisation ? Something like: ``` app->add(new \Tuupola\Middleware\JwtAuthentication([ "path" => ["/api"], "attribute" => "decoded_token_data", "secret" => $jwt, "algorithm" => ["HS256"], "leeway"...
I use this repository to verifiy incomming and outgoing json requests and responses. I want to rework the error output to another json format. Currently it is, as example: ```...