reaktor/express-gauth

Email parsing does not follow RFC 822

Closed this issue · 1 comments

The library's current email parsing algorithm is naive and will fail for some valid email addresses.

According to RFC 822 an email address can contain any number of (quoted) @ symbols so parsing everything after the first @ as the domain can yield incorrect results.

pihvi commented

Solved? f9928dc