scj643 / plugin.video.vrv

VRV Plugin for Kodi
10 stars 6 forks source link

Authenticate by token #13

Open scj643 opened 3 years ago

scj643 commented 3 years ago

We shouldn't store the user's password. We can call /core/accounts/{accountId}/authentication_token after login with username and password and store the resulting token to login with.

edgehub-cloud commented 3 years ago

Bump