Jyosua
Jyosua
As an update to this, it should probably use what they actually went with in the long term, which was this: https://github.com/gokyle/twofactor/commit/bbc82ff8de72400ce39a13077627531d9841ad62#diff-0f837abc04c5952e49d1812a77d447ea
I'm also experiencing the same thing as @Bterrell721 as of last night.
I put the entire sample project up in a repository here: https://github.com/Jyosua/SegmentedControlBug_SampleProject
It still works for me; however, the first time I tried running `docker-compose up`, I did get an error. That appears to be related to an open bug for Docker...
Perhaps they moved to protobuf instead?
This turned out to be because we weren't sending any Origin header at all. I had originally followed the example in the readme, here: ```golang ctx, cancel := context.WithTimeout(context.Background(), time.Minute)...
That does seem to be the source of the issue. Since this library is designed to be easy to use in place of the official `x/net/websocket` library, given that that...
> With 1.24 adding first class support for tools in the go.mod file, this issue is a much lower priority. https://tip.golang.org/doc/go1.24#go-command > > We will probably _not_ resolve the current...
Unable to add reviewers for a PR in this repository, so I'm pinging you instead @KaneCheshire
I'll see if I can setup a sample project tomorrow that reproduces it, but at least the JWT Decoder example should be reproducible by: 1. Setup a new project using...