We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Issue #83: use e-mail instead of username to gain auth with Fever API.
f438e1b
Issue #83: added hint to e-mail purpose during setup.
9affcbc
Issue #83: now you can use e-mail to log in too.
934b5f5
No branches or pull requests
Fever API uses email instead of username to perform user authentication:
Switch to email when creating the API key and allow to log into Coldsweat using username or email.
The text was updated successfully, but these errors were encountered: