mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 01:25:21 +02:00
feat: token authentication (#3927)
This commit is contained in:
parent
d08d13f2c8
commit
e58c867a82
13 changed files with 95 additions and 138 deletions
|
@ -102,21 +102,13 @@ by_bridge = false
|
|||
|
||||
[authentication]
|
||||
|
||||
; Enables basic authentication for all requests to this RSS-Bridge instance.
|
||||
;
|
||||
; Warning: You'll have to upgrade existing feeds after enabling this option!
|
||||
;
|
||||
; true = enabled
|
||||
; false = disabled (default)
|
||||
; HTTP basic authentication
|
||||
enable = false
|
||||
|
||||
username = "admin"
|
||||
|
||||
; The password cannot be the empty string if authentication is enabled.
|
||||
password = ""
|
||||
|
||||
; This will be used only for actions that require privileged access
|
||||
access_token = ""
|
||||
; Token authentication (URL)
|
||||
token = ""
|
||||
|
||||
[error]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue