Zak Horton

Results 8 issues of Zak Horton

- [ ] Create JsonResponseMiddleware - [ ] Apply JsonResponseMiddleware On Api Route Group (In App\Http\HttpKernel)

- [ ] Add Response Emitter See: https://github.com/slimphp/Slim-Skeleton/blob/master/src/Application/ResponseEmitter/ResponseEmitter.php

- [ ] Update Password Encryption Strategy Currently we are storing `sha1` hash of the password. Then, on login, we are comparing the hash of the submitted password with the...

enhancement

- [ ] Add ability to add console command options See Symfony Console Input Options Documentation: https://symfony.com/doc/current/console/input.html#using-command-options

- [ ] Add ability to use dependency injection on Console Command Constructors - [ ] Add ability to use dependency injection on `routes/console.php` closures

enhancement

- [ ] **.editorconfig** ```yml root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true [*.md] trim_trailing_whitespace =...

documentation
enhancement

Doc tests with deno test --doc [JSDoc](https://jsdoc.app/) is a format for writing inline documentation for JavaScript and TypeScript. It’s how [deno doc](https://docs.deno.com/runtime/reference/cli/documentation_generator/) and [JSR automatically generate documentation](https://deno.com/blog/document-javascript-package) for its modules....

documentation
enhancement
help wanted

[Deno 2.x Release Candidate](https://deno.com/blog/v2.0-release-candidate) has recently been released. We need to update this project to deno version 2.x at some point. We're a new enough project (less than a week...

enhancement
help wanted