From c263cba1c784ba8d776e655d3f56b8d583b503c5 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 20 Mar 2026 15:32:55 +0000 Subject: Elaborate on not requiring GraphQL authentication. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2e3320b..2b2df81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -meetfree is a bottle web app that serves iCalendar and Atom feeds for meetup.com groups. meetfree fetches data from meetup.com using its GraphQL API. The GraphQL API does not require any authentication. +meetfree is a bottle web app that serves iCalendar and Atom feeds for meetup.com groups. meetfree fetches data from meetup.com using its GraphQL API. meetfree only uses GraphQL fields that do not require authentication. So, it is easy to host and run; there are no secret authentication details to keep safe. # Configuration -- cgit 1.4.1