Thread
Stories related to "go-safeweb: Secure-by-default HTTP servers in Go" across the full archive.
So, I've been doing some research for some security stuff I've got coming up, and I'm looking out how to handle authentication for a RESTy HTTP API.
I've heard good things about OAuth2 (which sounds like overkill for my needs), and some about JSON Web Tokens, and a few other things. I'll Google m...
A simple way to limit the number of simultaneous clients of a Go net/http server
(pauladamsmith.com)