Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Support Bearer Authentication#1714

Merged
eliandoran merged 2 commits intoTriliumNext:developfrom
yiranlus:develop
Apr 15, 2025
Merged

Support Bearer Authentication#1714
eliandoran merged 2 commits intoTriliumNext:developfrom
yiranlus:develop

Conversation

@yiranlus
Copy link
Copy Markdown
Contributor

This PR adds Bearer authentication for ETAPI and solves TriliumNext/Trilium#5657.

With ETAPI token, now you can use perform REST calls:

GET https://myserver.com/etapi/app-info
Authorization: Bearer ETAPITOKEN

This is equivalent to

GET https://myserver.com/etapi/app-info
Authorization: ETAPITOKEN

Copy link
Copy Markdown
Contributor

@eliandoran eliandoran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I appreciate raising a feature request and also working on implementing it.

@eliandoran eliandoran merged commit 2d46e8c into TriliumNext:develop Apr 15, 2025
4 of 6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants