-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Feature: Login #2254
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
base: dev
Are you sure you want to change the base?
Feature: Login #2254
Conversation
R5dan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any way to let the user just put in there username and password and send a request to yahoo to verify?
| else: | ||
| return False | ||
| except Exception as e: | ||
| print(f"Error confirming login: {e}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to change this to logging
|
Wait for me to review and merge #2216, might make more sense to combine with config. |
eac2588 to
e3a877b
Compare
|
I've merged in the start of a config here #2391. Maybe |
|
any updates on this? |
|
Will fix today |
New
Authclass that allows for login functionality by settings cookies.Inspired by #2220