You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some subscription sources only support Authorization authentication, while Miniflux's username + password method involves concatenating them in plaintext and then encoding with base64, which is not compatible with Authorization:
Or
Authorization: token xxx
Some subscription sources only support Authorization authentication, while Miniflux's username + password method involves concatenating them in plaintext and then encoding with base64, which is not compatible with Authorization:
The text was updated successfully, but these errors were encountered: