Implement RBAC auth routes and tests (#16) #161

Merged
Rodrigo2003-PT merged 4 commits from feature/16-rbac-middleware into main 2025-12-12 02:09:23 +00:00
Rodrigo2003-PT commented 2025-12-09 19:53:27 +00:00 (Migrated from github.com)
No description provided.
AndreFerreira5 (Migrated from github.com) reviewed 2025-12-09 19:53:27 +00:00
duarteneves5 (Migrated from github.com) requested changes 2025-12-11 17:05:46 +00:00
@ -2,13 +2,13 @@ from typing import Annotated
duarteneves5 (Migrated from github.com) commented 2025-12-11 17:05:04 +00:00

having the prefix="/users" is incorrect. the APIRouter will automatically get the file name for its route name. Having the prefix="users" the route will be /users/users, which is incorrect. To solve this just remove the prefix="/users"

having the prefix="/users" is incorrect. the APIRouter will automatically get the file name for its route name. Having the prefix="users" the route will be /users/users, which is incorrect. To solve this just remove the prefix="/users"
duarteneves5 (Migrated from github.com) requested changes 2025-12-11 17:13:07 +00:00
duarteneves5 (Migrated from github.com) left a comment

resolve this

resolve this
duarteneves5 (Migrated from github.com) requested changes 2025-12-11 17:16:11 +00:00
@ -0,0 +1,309 @@
"""
duarteneves5 (Migrated from github.com) commented 2025-12-11 17:15:34 +00:00

this is litterally a block of code that the AI shows you when answering, please remove it.

this is litterally a block of code that the AI shows you when answering, please remove it.
duarteneves5 (Migrated from github.com) commented 2025-12-11 17:15:38 +00:00

this is litterally a block of code that the AI shows you when answering, please remove it.

this is litterally a block of code that the AI shows you when answering, please remove it.
duarteneves5 (Migrated from github.com) requested changes 2025-12-11 17:17:22 +00:00
@ -0,0 +1,309 @@
"""
duarteneves5 (Migrated from github.com) commented 2025-12-11 17:17:15 +00:00

remove this AI slop

remove this AI slop
Cordeir01 (Migrated from github.com) reviewed 2025-12-12 01:16:51 +00:00
Copilot commented 2025-12-12 01:39:39 +00:00 (Migrated from github.com)

@AndreFerreira5 I've opened a new pull request, #168, to work on those changes. Once the pull request is ready, I'll request review from you.

@AndreFerreira5 I've opened a new pull request, #168, to work on those changes. Once the pull request is ready, I'll request review from you.
Sign in to join this conversation.
No description provided.