Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Add how to only make services available internally to the FAQ #93

Closed
daffl opened this issue Mar 19, 2016 · 4 comments
Closed

Add how to only make services available internally to the FAQ #93

daffl opened this issue Mar 19, 2016 · 4 comments

Comments

@daffl
Copy link
Member

daffl commented Mar 19, 2016

It is currently somewhat hidden in the bundled hook section.

@ekryski
Copy link
Contributor

ekryski commented Mar 20, 2016

I've brought it up in the Services section which shows an example and links to the bundled hook as well, so I don't think we need it in the FAQ.

@ekryski
Copy link
Contributor

ekryski commented Mar 20, 2016

Closed by a18b6de

@ekryski ekryski closed this as completed Mar 20, 2016
@epozsh
Copy link

epozsh commented Jun 6, 2017

Hello,
i have simiral question or same dunno exactly.
I am using react starter kit an isomorfic app.
And i using redux for state. By calling actions i call fetch(url) (GET) where url is for getting data with feathers rest.
But i can type in address bar the url that is in fetch an see what it returns. So every visitor to website can do this, but i do not want it. I tried ur suggestion but with feathers hooks common, but it is not what i am looking for. Also i do not use authentication , i do not need it i just load dynamic data. Any suggestion how i can make it?Or some examples?

@eddyystop
Copy link
Contributor

Why don't you use WebSocket clients, and not configure the server for REST? After all WebSockets >> REST for almost everything.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants