PiggyArchive / PiggyAuth

Safe & feature-rich auth plugin. Project has been discontinued
Apache License 2.0
33 stars 8 forks source link

Error when starting the Server! #47

Closed PluginBOXone closed 7 years ago

PluginBOXone commented 7 years ago

[Tesseract] [09:43:35] ERROR> [PiggyAuth] Invalid API key. [Tesseract] [09:43:35] ERROR> [PiggyAuth] Invalid public API key.

OS: Debian 8 Mcpe: 1.0.6 Version: Tesseract

Thunder33345 commented 7 years ago

that's why i propose to have fallbacks like falling back onto using local regex verify emails and local mail() which require a rewrite of the mailing part to make it flexible

miguel456 commented 7 years ago

You need a valid MailGun API key (Not sure if that's the case). As per your other issue, there's nothing I can do. Srry!

DaPigGuy commented 7 years ago

@Thunder33345 It already exists. if ($this->result == null) { $this->result = filter_var(unserialize($this->email), FILTER_VALIDATE_EMAIL); }

DaPigGuy commented 7 years ago

You are missing MailGun API keys.

Thunder33345 commented 7 years ago

but a more flexiable fallback? like allowing plugin to register other mail sender?