Skip to content
New issue

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

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

Closed
passiomatic opened this issue Mar 22, 2015 · 0 comments
Closed

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

passiomatic opened this issue Mar 22, 2015 · 0 comments
Milestone

Comments

@passiomatic
Copy link
Owner

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.

@passiomatic passiomatic added this to the 0.9.5 milestone Mar 22, 2015
@passiomatic passiomatic changed the title Use email for Fever auth instead of username Use e-mail for Fever auth instead of username Mar 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant