Dean Davidson
Results
2
issues of
Dean Davidson
I am having a hard time understanding how to secure my streams. I was able to get subject security working before adding in Jetstream with the following config: ``` #...
## The Problem Right now the [following code executes without error](https://go.dev/play/p/9WqOc6k3UlQ): ```go func main() { bogusKey := []byte("") token := jwt.NewWithClaims(jwt.SigningMethodHS256, jwt.MapClaims{ "foo": "bar", "nbf": time.Date(2015, 10, 10, 12, 0,...