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
Since F1TV is automatically logging out sessions after ~5 days, it would make sense to implement an optional Auto Login feature with given Credentials by the user.
Basically the user should provide the credentials in the Settings, enable the Auto Login feature and if the token expires and the WebView opens on app start, the WebView should auto fill in given Credentials on the F1TV page and log in. It should only be tried once in case the log in fails e.g. wrong credentials, etc.
I have looked into it and it is actually possible with some JavaScript.
The text was updated successfully, but these errors were encountered:
Since F1TV is automatically logging out sessions after ~5 days, it would make sense to implement an optional Auto Login feature with given Credentials by the user.
Basically the user should provide the credentials in the Settings, enable the Auto Login feature and if the token expires and the WebView opens on app start, the WebView should auto fill in given Credentials on the F1TV page and log in. It should only be tried once in case the log in fails e.g. wrong credentials, etc.
I have looked into it and it is actually possible with some JavaScript.
The text was updated successfully, but these errors were encountered: