You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current authentication method: Basic Authentication.
Proposed enhancement: Token-Based Authentication.
Motivation: To make it easier to use the API, especially for JavaScript applications running in a browser from a different domain. Refer to the discussion here for more context: GitHub Discussion #501.
To-do:
Implement the configuration option for token-based authentication (AuthToken field).
Create an environment variable (DAGU_AUTH_TOKEN) for token management.
Implement middleware for token-based authentication.
Adjust basic auth middleware to recognize and skip requests with valid tokens.
Test that the Web UI remains unaffected by these changes.
The text was updated successfully, but these errors were encountered:
Current authentication method: Basic Authentication.
Proposed enhancement: Token-Based Authentication.
Motivation: To make it easier to use the API, especially for JavaScript applications running in a browser from a different domain. Refer to the discussion here for more context: GitHub Discussion #501.
To-do:
AuthToken
field).DAGU_AUTH_TOKEN
) for token management.The text was updated successfully, but these errors were encountered: