Kennan LeJeune
Kennan LeJeune
This is definitely on my to-do list! I've looked into it briefly and the auth mechanism is a little unclear, so it'll take some reverse engineering to figure out how...
> I am definitely not an expert in this type of stuff. I did observe things to try and make sense of it: > > > > 1. A GET...
> Here's the source the client is using to login: > > > > ```javascript > > const s = cryptoJS.sha256(t.username, t.password) > > , r = cryptoJS.sha256url(s, i.nonce); >...