Login in using Microsoft credentials
How do I login using Azure credentials? I dont have a username and password. Thanks
I am sorry but I have no experience with Azure. If the content you are accessing requires login and you don't have username and password, how does the login process work?
Oh okay. Im not sure how the Azure stuff works exactly but its got 2 factor authentication etc, the other node js library works fine because it opens a browser for login so it authenticates no matter the login mechanism, while this python version is only allowing login from terminal
Is it possible to login with my cookie? So the downloader don't need to take care of the shitty login process anymore.
In some corporation, microsoft don't allow you to login with a random browser like chromium. You must use Microsoft Edge and Microsoft intune plugin to be "secure". Allowing login with cookie can workaround this problem.
btw is that possible to store the creds in a config file?