identity-toolkit-go
identity-toolkit-go copied to clipboard
setup.sh: "go get github.com/adg/xsrftoken" is broken
Cloning into 'github.com\adg\xsrftoken'... remote: Repository not found.
https://github.com/adg/xsrftoken --> 404
I encountered same error so replaced it with "github.com/ConradIrwin/xsrftoken". However, I am getting invalid token / invalid audience error which I am not sure if related to this issue.
If you're running on AppEngine, I think that is related to a different bug where the "clientID" in the favweekday.go should be your "projectID" instead (plain ID without any domain suffixes)
I tried changing it but it still doesn't work. I will just try other things maybe I am just missing something.
You can try modifying your code by applying the patch in https://github.com/googlesamples/identity-toolkit-go/pull/9.