identity-toolkit-go icon indicating copy to clipboard operation
identity-toolkit-go copied to clipboard

setup.sh: "go get github.com/adg/xsrftoken" is broken

Open thekroko opened this issue 9 years ago • 4 comments

Cloning into 'github.com\adg\xsrftoken'... remote: Repository not found.

https://github.com/adg/xsrftoken --> 404

thekroko avatar Mar 25 '16 01:03 thekroko

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.

edwindvinas avatar Apr 01 '16 16:04 edwindvinas

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)

thekroko avatar Apr 01 '16 16:04 thekroko

I tried changing it but it still doesn't work. I will just try other things maybe I am just missing something.

edwindvinas avatar Apr 02 '16 07:04 edwindvinas

You can try modifying your code by applying the patch in https://github.com/googlesamples/identity-toolkit-go/pull/9.

wuman avatar May 25 '16 03:05 wuman