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, curl-ier.js requires users to login for certain functionalities. This feature request aims to make the login process optional, allowing users to utilize the script without mandatory authentication when not needed.
Motivation:
Flexibility: Making login optional enhances the script's flexibility, accommodating a wider range of use cases.
User Convenience: Users who only require basic functionalities can skip the login process, simplifying their workflow.
Adaptability: The script becomes more adaptable to different scenarios where authentication may or may not be required.
Proposed Change:
Introduce a flag or parameter that enables or disables the login process.
Modify the script logic to bypass login-related functions when this option is active.
Ensure that existing functionalities remain intact and fully operational when the login is bypassed.
Possible Implementation:
A command-line argument (e.g., --no-login) could be added to disable the login requirement.
Conditional checks within the script to determine whether to execute login-related code based on this argument.
Impact:
This feature will not affect existing functionalities for users who require the login process.
It will provide a more streamlined experience for users who do not need authentication.
The text was updated successfully, but these errors were encountered:
Description
Currently,
curl-ier.js
requires users to login for certain functionalities. This feature request aims to make the login process optional, allowing users to utilize the script without mandatory authentication when not needed.Motivation:
Proposed Change:
Possible Implementation:
--no-login
) could be added to disable the login requirement.Impact:
The text was updated successfully, but these errors were encountered: