[mangadex] implement login with client credentials

unless the legacy method still works for your account,
login now requires 4 values:

- client-id
- client-secret
- username
- password

where 'client-id' and 'client-secret' are the credentials
of a personal API client.

> Public clients are not yet available.
This commit is contained in:
Mike Fährmann
2025-05-12 11:14:58 +02:00
parent d92bc06f90
commit f88e42c194
3 changed files with 72 additions and 10 deletions

View File

@@ -409,6 +409,8 @@
},
"mangadex":
{
"client-id" : "",
"client-secret": "",
"username": "",
"password": "",