Why does giscus need a server (backend)? #688
Unanswered
fknfilewalker
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Because the GraphQL API requires authentication for all requests. Without a server, users need to log in before viewing the discussion. With a server, the API request can be proxied so that it authenticates as the app if the user hasn't signed in. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wonder why giscus needs a server, shouldn't it work just fine with clientside js only?
Beta Was this translation helpful? Give feedback.
All reactions