Implement RBAC auth routes and tests (#16) #161
No reviewers
Labels
No labels
CI/CD
MongoDB
PostgreSQL
api
authentication
bug
documentation
duplicate
enhancement
example issue
fix
good first issue
help wanted
high-level requirement
infrastructure
invalid
low-level requirement
medium-level requirement
question
security
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/starranja!161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/16-rbac-middleware"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -2,13 +2,13 @@ from typing import Annotatedhaving 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"
resolve this
@ -0,0 +1,309 @@"""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.
@ -0,0 +1,309 @@"""remove this AI slop
@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.