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
Describe the bug
Currently, the API is exposes to the public with no authentication check. It is best practice to secure the API with the NextAuth token obtained from the client side.
Describe the bug
Currently, the API is exposes to the public with no authentication check. It is best practice to secure the API with the NextAuth token obtained from the client side.
Expected behavior
API need to be secured as described in: https://next-auth.js.org/tutorials/securing-pages-and-api-routes
The text was updated successfully, but these errors were encountered: