Add auth controls and headers

This commit is contained in:
2026-09-02 09:57:20 +00:00
parent 0cf140ff17
commit 50eed7c4d6
10 changed files with 376 additions and 36 deletions
+5
View File
@@ -12,3 +12,8 @@ export const HTTP_STATUS_CODE_CREATED = 201;
* No content response status code.
*/
export const HTTP_STATUS_CODE_NO_CONTENT = 204;
/**
* Bad request response status code.
*/
export const HTTP_STATUS_CODE_BAD_REQUEST = 400;