meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.33k stars 504 forks source link

OAuth authorization support #2575

Open vintikzzz opened 3 years ago

vintikzzz commented 3 years ago

Hi!

I am developing some project and I want to allow users to upload their content to Mega.nz. In this case I don't want users to share their mega.nz credentials with me (login/pass), it's not secure. Google drive have this feature already and it looks really convenient (see example).

Yrlish commented 3 years ago

I'm also interested in this, I want to use tools and authenticate them with OAuth2. It will be better, more secure and more convenient than username/password. I also don't want to put my password in various places for integration and/or disable 2FA on my account to login with tools like rclone.

tuokri commented 12 months ago

This would be incredibly helpful. Asking users to input their mega credentials to my third party service is not ideal.

Yrlish commented 12 months ago

I still can't believe this isn't available yet. It's ridiculous.

lucasschirm commented 4 months ago

Just to add to the list. That would be helpful for me aswell