gmg137 / netease-cloud-music-gtk

Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器
GNU General Public License v3.0
1.5k stars 89 forks source link

Add support for login via username & password #287

Closed Integral-Tech closed 3 weeks ago

Integral-Tech commented 3 weeks ago

It will be better if netease-cloud-music-gtk supports login via username & password.

The ncm-api supports this feature (https://gitee.com/gmg137/netease-cloud-music-api/blob/master/src/lib.rs#L226), hence I think it's not difficult to implement it in netease-cloud-music-gtk.

gmg137 commented 3 weeks ago

Interfaces that use user names and passwords often require secondary authentication (mobile phones or verification codes). These interfaces have strict requirements on IP addresses and other login environments. They are often blocked or even restricted for security reasons. Therefore, user names and passwords have been cancelled since V2.0.

Integral-Tech commented 3 weeks ago

Interfaces that use user names and passwords often require secondary authentication (mobile phones or verification codes). These interfaces have strict requirements on IP addresses and other login environments. They are often blocked or even restricted for security reasons. Therefore, user names and passwords have been cancelled since V2.0.

Okay, thanks