User page access is currently restricted to logged user. We need to define if visitor can see that page. User.tsx doesn't need to be updated to do so (it already handle the case), we just have to give up the token requirement on fetched route /v1/users/${id} (getOneUser).
Response sample:
Description
User page access is currently restricted to logged user. We need to define if visitor can see that page. User.tsx doesn't need to be updated to do so (it already handle the case), we just have to give up the token requirement on fetched route
/v1/users/${id}
(getOneUser). Response sample:Users avatar should be clickable and send to user's page.
Checklist