You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
Some routes have to be protected by the isUser middleware.
For instance: DELETE /api/users/1234, the route can only be accessed by someone with a valid token and is the correct user.
The text was updated successfully, but these errors were encountered:
Some routes have to be protected by the isUser middleware.
For instance:
DELETE /api/users/1234
, the route can only be accessed by someone with a valid token and is the correct user.The text was updated successfully, but these errors were encountered: