andreirce / taqtile-api

0 stars 0 forks source link

Feature/authenticated create user #23

Closed andreirce closed 3 weeks ago

andreirce commented 1 month ago

This pull request adds authorization logic to ensure that only authorized users can create new users in the system. It implements middleware to check for valid tokens and restrict access accordingly. Additionally, corresponding tests have been created to validate the functionality and ensure that unauthorized requests are appropriately handled.