1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-11 02:54:10 +02:00

[core] Implement bearer token authentication (#3043)

This commit is contained in:
Eugene Molotov
2022-10-19 21:39:35 +05:00
committed by GitHub
parent 5b53e76477
commit d483bf2b81
2 changed files with 56 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ by_bridge = false
[authentication]
; Enables authentication for all requests to this RSS-Bridge instance.
; Enables basic authentication for all requests to this RSS-Bridge instance.
;
; Warning: You'll have to upgrade existing feeds after enabling this option!
;
@@ -70,6 +70,9 @@ username = "admin"
; This default password is public knowledge. Replace it.
password = "7afbf648a369b261"
; This will be used only for actions that require privileged access
access_token = ""
[error]
; Defines how error messages are returned by RSS-Bridge