Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autorización Favorites #178

Open
7 tasks done
ghnoob opened this issue Jan 7, 2022 · 0 comments · May be fixed by #253
Open
7 tasks done

Autorización Favorites #178

ghnoob opened this issue Jan 7, 2022 · 0 comments · May be fixed by #253
Assignees

Comments

@ghnoob
Copy link
Contributor

ghnoob commented Jan 7, 2022

Lista de tareas

  • GET /favorites: asegurarse que solo el usuario logeado pueda ver sus propios favoritos
  • GET /favorites/{id}: asegurarse que solo el usuario logeado pueda ver sus propios favoritos
  • POST /favorites: asegurarse que solo el usuario logueado pueda crear favorites
  • Borrar del método patch del controlador, del servicio y de los tests si fuese necesario
  • DELETE /favorites/{id}: asegurarse que solo el usuario logueado pueda eliminar favoritos
  • Documentar las respuestas con código 403
  • Testear que las excepciones lanzadas funcionen correctamente
@ayrtoncravero ayrtoncravero self-assigned this Jan 7, 2022
@ghnoob ghnoob linked a pull request Jan 26, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants