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
Key endpoints such as v1/data and v1/now should require authentication to prevent misuse by users and web crawlers. api.sensors.africa/v2 endpoints have authentication intergrated, deploy and test the v2 api endpoints.
include permission class for authenticating: IsAuthenticated
The text was updated successfully, but these errors were encountered:
Key endpoints such as
v1/data
andv1/now
should require authentication to prevent misuse by users and web crawlers.api.sensors.africa/v2
endpoints have authentication intergrated, deploy and test thev2
api endpoints.IsAuthenticated
The text was updated successfully, but these errors were encountered: