0

I have an ical feed on a Drupal 10 site with Date/ical module. But the site is members only. I'd like to allow users to subscribe to ical using a calendar app (e.g., iOS Calendar, Thunderbird, Ubuntu Calendar, etc.). Is there a way to provide http auth to my ical feed? Maybe using RESTful services? I've installed the REST UI, but I can't figure how to enable it for my ical feed. Or indeed if this is even possible.

While searching for a solution, I came across a similar SE question: Authentication for iCal feeds. However, this question is 14 years old; the op was using Drupal 6; and the accepted answer proposes the Secure Site module whose development seems to have stalled with a dev port for Drupal 8.

4
  • Perhaps drupal.org/project/basic_auth Commented Sep 3 at 22:09
  • "There are currently no supported stable releases." This appears to be a project for Drupal < 8. Commented Sep 5 at 1:07
  • 1
    Try Core’s basic auth module drupal.org/docs/8/core/modules/basic_auth/overview You will have use API to alter the iCal routes. Commented Sep 5 at 14:03
  • Core's basic auth module "does not offer any user interface. It simply provides an Authentication Provider for Drupal's Authentication Manager to use in order to authenticate a user for a given route." So how do I use it to enable calendar apps to GET a feed? Commented Sep 9 at 21:45

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.