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:
@@ -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
|
||||
|
Reference in New Issue
Block a user