got an api and a react or sth on frontend
can we make api accessible only from frontend?
i dont want to render views directly from backend
"only from frontend" doesn't make sense, what is the context?
No, there isn't
if you mean a web app, you can secure the API by only sending data in response to a valid session token + CSRF token
Обсуждают сегодня