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
Describe the bug
Option to login by token is unavailable if HTTP Basic Auth settings is provided. Only login method "by cookie" is available.
To Reproduce
Steps to reproduce the behavior:
Add new server with HTTP Basic Authetication
Expected behavior
"Login with token" method should be available even if the Invidious server requires HTTP Basic authentication.
Screenshots
none
Smartphone (please complete the following information):
Device: Samsung S23
OS: Android 14
Version [e.g. 1.21.2]
Additional context
The error is somewhat related to this issue: iv-org/invidious#4200. I ran into this problem when logging in via cookie. In this case I couldn't see the channel page. After temporarily disabling HTTP Auth and logging in via token, the error with reading the channel page stopped appearing.
The text was updated successfully, but these errors were encountered:
This is not a problem as long as cookie logins provide the same permissions as token logins. Since I use HTTP Basic Auth, my users cannot login via token even once.
Describe the bug
Option to login by token is unavailable if HTTP Basic Auth settings is provided. Only login method "by cookie" is available.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
"Login with token" method should be available even if the Invidious server requires HTTP Basic authentication.
Screenshots
none
Smartphone (please complete the following information):
Additional context
The error is somewhat related to this issue: iv-org/invidious#4200. I ran into this problem when logging in via cookie. In this case I couldn't see the channel page. After temporarily disabling HTTP Auth and logging in via token, the error with reading the channel page stopped appearing.
The text was updated successfully, but these errors were encountered: