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
Hi, are these just the client side pages such as http://dvws.local/upload.html, http://dvws.local/notes.html etc? these pages can be viewed unauthenticated but the data for this pages are coming from /api, and that will require an API token
Expected Behavior
All routes are user authenticated.
Current Behavior
If the path of internal routes is known they are just accessible without verifying whether the user exists or not, in the MongoDB database.
How to ensure the routes are only available via registered users?
The text was updated successfully, but these errors were encountered: