zenorocha / wedocs

Documentation for WeDeploy
http://wedeploy.com/docs
2 stars 7 forks source link

Document protecting path with roles #69

Closed ipeychev closed 7 years ago

ipeychev commented 7 years ago

Protecting given path with roles have to be added to the documentation. Here is an example:

{
  "data": true,
  "path": "/",
  "auth": {
    "scopes": ["admin"]
  }
}
zenorocha commented 7 years ago

Documentation has moved to a new repository (https://github.com/wedeploy/wedeploy.com), if this issue is still valid would you mind moving it over there? Thanks!