The end of password pain: building frictionless authentication at the Guardian
4 points
2 hours ago
| 1 comment
| theguardian.engineering
| HN
bob1029
2 hours ago
[-]
I've been enjoying modern machine-to-machine flows. Trading trusted URLs for client ids is a really secure model. Especially if you go the extra mile with role based machine auth to cloud key stores. You can do the entire thing without a single secret string. I'd much rather prove I can control a URL than ensure a piece of information never leaks out.
reply