Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature request: make login optional #4

Open
berntpopp opened this issue Mar 18, 2024 · 0 comments
Open

Feature request: make login optional #4

berntpopp opened this issue Mar 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@berntpopp
Copy link
Owner

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:

  • 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.
@berntpopp berntpopp added the enhancement New feature or request label Mar 18, 2024
@berntpopp berntpopp self-assigned this Mar 18, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant