-
-
Notifications
You must be signed in to change notification settings - Fork 4
header function #123
Copy link
Copy link
Open
Labels
developmentWork in progress or development-related taskWork in progress or development-related tasktaskGeneral development or maintenance taskGeneral development or maintenance task
Metadata
Metadata
Assignees
Labels
developmentWork in progress or development-related taskWork in progress or development-related tasktaskGeneral development or maintenance taskGeneral development or maintenance task
Projects
Status
In progress
📝 Summary
When there are multiple projects or multiple environments for the same project, managing authentication for each endpoint individually can be a cumbersome task. This can be abstracted into an auth header function. After editing the function, associate it with the endpoint. When a request is made without headers or results in a 401 error, the function will automatically execute to configure the necessary settings.
📋 Requirements
🔍 Description
🧩 Implementation Ideas
⏱️ Estimation
✅ Acceptance Criteria
🔗 Related
🗒️ Notes