How do you start to write about pogramming? Just do it! That’s what Yannick Seeger did in his nice first post “How I configure my Go Applications”. Recommended!
Continue ReadingCategory: Go
HOWTO use JWT in Go
This is just a quick reminder about how I played with JSON Web Tokens in Go. Encryption using a pair of private/public keys is used.
Continue Reading