passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
145 stars 21 forks source link

Use e-mail for Fever auth instead of username #83

Closed passiomatic closed 9 years ago

passiomatic commented 9 years ago

Fever API uses email instead of username to perform user authentication:

$email  = 'you@yourdomain.com';
$pass   = 'b3stp4s4wd3v4';
$api_key = md5($email.':'.$pass);

Switch to email when creating the API key and allow to log into Coldsweat using username or email.