mgroves / realworld-aspnet-couchbase

Conduit implementation: ASP.NET Core + Couchbase
https://realworld.io
MIT License
12 stars 4 forks source link

Endpoint: Get Comments from an Article #20

Open mgroves opened 1 year ago

mgroves commented 1 year ago

GET /api/articles/:slug/comments

Authentication optional, returns multiple comments

mgroves commented 1 year ago

Why is authentication optional? What does that mean, compared to "no authentication"?