identity-toolkit-go
identity-toolkit-go copied to clipboard
Identity toolkit sample code for Go
Cloning into 'github.com\adg\xsrftoken'... remote: Repository not found. https://github.com/adg/xsrftoken --> 404
It appears that the xsrftoken dependency has moved. This patch corrects the location to download the dependency.
Was able to upload the sample webapp on GAE but when I try to access, I am getting an Invalid error blah blah blah: Invalid audience. I have used the...
Documentation currently says to pass in ClientID to validateToken. This will result in an `invalid audience` error returned from the gitkitclient. Passing in ProjectID fixes this.