Permission for status

I have…

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [X] Documentation issue or request

I have read the code here https://github.com/Squidex/squidex/blob/master/backend/src/Squidex.Shared/Permissions.cs

It seems like there is no way to setup a client only can read content with status = publish.

Am I correct? Do you think it could be a feature ?

Thanks!

That’s correct. By default clients only receive published items (but they can bypass that with X-Unpublished=1 header).

You can solve this with scripting I think.

1 Like