Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Feature Discussion : Manual Login, Automatic Login #185

Open
MikeZeDev opened this issue Jul 25, 2023 · 1 comment
Open

Feature Discussion : Manual Login, Automatic Login #185

MikeZeDev opened this issue Jul 25, 2023 · 1 comment
Labels
Enhancement New feature or request

Comments

@MikeZeDev
Copy link
Contributor

MikeZeDev commented Jul 25, 2023

Like in Hakuneko, provide a way for user to log into the website. Either by manual interaction (opening a browser window) either automatically (user has filled his login info in settings)

Random ideas :

  • If you provide both, make sure both works, or just provide ONLY ONE. If you put a login link allowing manual login when only automatic login will work it will be confusing when wanting to diagnose problem.
  • Make use of tags "Automatic login", "Manual Login" for scraper, maybe?
  • Provide the plugin a way to interact with the user by pushing custom message, or custom (localized) errors like "LOGIN REQUIRED" idk.
  • This require per-plugin settings implementation :)
  • Allow the use of a master password to encrypt credential data. Still wonder about how secure we should make that and what cipher to use.
@MikeZeDev MikeZeDev added the Enhancement New feature or request label Jul 25, 2023
@Sheepux
Copy link
Contributor

Sheepux commented Aug 1, 2023

require_userlogin= undefined | 'settings' | 'interract'
could be a nice way to get the UI to find out there is something to warn the user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants