You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm planning to expose a one-time link for replying as moderator in Webhook, for example:
Users would receive a reply_link like https://cusdis.com/api/open/reply?token=xxx
The token is a JWT token which contains the new comment's id. User can make a POST request to this url with a reply_content data. Finnaly this comment will be approved automatically and append the reply content to this comment as moderator.
The text was updated successfully, but these errors were encountered:
I'm planning to expose a one-time link for replying as moderator in Webhook, for example:
Users would receive a
reply_link
likehttps://cusdis.com/api/open/reply?token=xxx
The
token
is a JWT token which contains the new comment's id. User can make a POST request to this url with areply_content
data. Finnaly this comment will be approved automatically and append the reply content to this comment as moderator.The text was updated successfully, but these errors were encountered: