Sign in with GitHub in Go

77 · Eli Bendersky · Dec. 9, 2023, 10:31 p.m.
Summary
It's common to see web applications that let you log in through third-party services. "Sign in with Google" is particularly popular; on developer-oriented websites, "Sign in with GitHub" also pops up quite a bit. In this post, I want to briefly explore OAuth - the technology that enables these delegated logins …...