full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
ðUpdate `items.py` to return status code `403` in case of insufficient permissions
Change error 400 to error 403 when not enough permissions when requesting items. I think it is better a 403 than a 400 (bad request).