Problem/Motivation

The preferred auth method was updated from auth email/auth key to a Bearer token (as seen on the documentation page: https://developers.cloudflare.com/stream/ ) - mentioned by Saltednut in #3269156: Auth error when using module Let's make sure we're giving her credit for this

Proposed resolution

Let's update our auth method.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pjbaert created an issue. See original summary.

pjbaert’s picture

Issue summary: View changes
matdemeue’s picture

Assigned: Unassigned » matdemeue

I'll give this one a try!

pjbaert’s picture

Issue summary: View changes

matdemeue’s picture

Assigned: matdemeue » Unassigned
Status: Active » Needs review
Issue tags: +ddd2022

I updated the auth method from auth email/auth key to Bearer TOKEN.
As the email and API key are not necessary anymore I removed them from the module.
Please review my merge request.

matdemeue’s picture

Hi Tim,
I fixed the indentation issue.
You can find my fix in the merge request.

tim-diels made their first commit to this issue’s fork.

tim-diels’s picture

Status: Needs review » Fixed

Thank you very much for the work on this. Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.