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
Currently, providers start with some basic methods by implementing the baseMediaProvider class. What we have to do is to improve the providers on two things:
Conventions: We have to make sure file names are good, conventions are taken care of in files names as well as in the coding style and therefore fix them.
Add Support for authentication: Consider those websites which have the requirement for authentication to access the specific resource requested. Now, we might not be able to automate due to several reasons including CSRF but can we improve the experience. Suppose, the user wants to use Netflix in the H2 app and if the user tries to paste the URL of a specific movie, and we open it as a link then it will be redirected to login page. The issue is that in many cases after login user gets redirected to the home page instead of the original URL. Currently, I don't have the exact solution to this, we have to find one which can enhance the experience.
The text was updated successfully, but these errors were encountered:
Currently, providers start with some basic methods by implementing the
baseMediaProvider
class. What we have to do is to improve the providers on two things:Conventions: We have to make sure file names are good, conventions are taken care of in files names as well as in the coding style and therefore fix them.
Add Support for authentication: Consider those websites which have the requirement for authentication to access the specific resource requested. Now, we might not be able to automate due to several reasons including CSRF but can we improve the experience. Suppose, the user wants to use Netflix in the H2 app and if the user tries to paste the URL of a specific movie, and we open it as a link then it will be redirected to login page. The issue is that in many cases after login user gets redirected to the home page instead of the original URL. Currently, I don't have the exact solution to this, we have to find one which can enhance the experience.
The text was updated successfully, but these errors were encountered: