Make authentication configurable

Created on 10 December 2024, about 1 month ago

Problem/Motivation

This code was initially written for a client-facing project, which meant it was possible to take shortcuts like this to get everything running:

  private function getAirtableApiKey() {
    return $_ENV['AIRTABLE_API_KEY'];
  }

For contrib, we should follow a best practice for managing credentials, Key?? β†’ - and replace the contents of getAirtableApiKey with something that returns the secrets-managed credentials.

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Allie Micka

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024