|
|
|
|
|
by ForHackernews
3217 days ago
|
|
> btw OAuth2 spec is insecure by design, it's a known fact. OAuth2 is only "insecure" in that it relies on TLS for its security: the same as HTTP, IMAP or SMTP. You should never run OAuth2 over a non-HTTPS (i.e. HTTP) connection. The same is true for any other login system. This is covered in RFC 6819: https://tools.ietf.org/html/rfc6819 |
|