-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Support Bearer Token #5657
Copy link
Copy link
Closed
Description
Describe feature
I am using Open WebUI and I want to add Trilium to its tool server. Since Open WebUI can add existing OpenAPI as tool server, I found it can be easy to integrate Trilium ETAPI to it.
However, Open WebUI only support Bearer token for authentication and in the request header, its format is
Authentication: Bearer {token_value}
The authentication is not possible for Trilium for now since the format is
Authentication: {token_value}
I wonder if we can add this Bearer token for authentication to Trilium.
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels