User is configured like this:
Inactive and suspended, yet I am still able to create topic with following code:
@data = {
skip_validations: true,
auto_track: false,
title: "test",
raw: "test"
}
resp = client.create_topic(@data)
Is this intended behavior? On the other hand category security settings are respected.
What I am trying to achieve: I have open source project with simple ruby script that downloads latest topics from some particular discourse instance and converts that to a static web site.
I would like to commit this API key for read only user, so everyone can clone this repo and start their work.
Is there any other way to achieve this(read-only user with api access)?
Thanks
Edit: It also doesn’t work when user is blocked