nickelc / modio-rs

🦀 Rust interface for integrating https://mod.io - a modding API for game developers
Apache License 2.0
15 stars 5 forks source link

`Modio.auth().request_code(email)` not sending email #5

Closed valentinegb closed 1 year ago

valentinegb commented 1 year ago

Not really much I can say unfortunately, I have this code:

let modio = Modio::new(Credentials::new(env!("MODIO_API_KEY")))?;

modio.auth().request_code("valentinegb@icloud.com").await?;

but I'm not receiving any emails. Not sure if I'm doing something wrong, if this is a bug with the wrapper, or if it's a bug with the SDK- please offer some assistance.

nickelc commented 1 year ago

I tried to log in with my cli tools nickelc/modiom. I've just received an email from the test-env with a security code.

modiom login --test-env
valentinegb commented 1 year ago

I installed modiom and ran the same command, it said Authentication code request was successful. but I still didn't get an email.

nickelc commented 1 year ago

hmmm, if there is no email in the spam folder then maybe the email bounced. I would contact the mod.io team.