JWT in Go A basic JWT implementation in GO. Default implementation uses HMAC with SHA-256 hashing algorithm. TODOs: safety against replay attack manage keys(env or secret manager or redis)