Jwt Token Auth in Golang
A Go module that exposes basic operations for user management in a REST context (signup, signin, refresh, logout) using JWT.
Read more
A Go module that exposes basic operations for user management in a REST context (signup, signin, refresh, logout) using JWT.
Read more
In this article, I present a small Proof of Concept of communication between a browser (Js) and a server (Golang) using Protocol Buffers over Websockets. This idea emerged as part of a bigger personal project I’m working on and will probably show here in the future.
Read more