Questions tagged [gitkit]

This tag is used for Google's Identity Toolkit(gitkit) library for Node server

This tag is used for Google's Identity Toolkit(gitkit) library for Node server, which can be found at https://github.com/googlesamples/identity-toolkit-node

5 questions
5
votes
2 answers

Unable to verify the ID Token: jwt.split is not a function

I am trying to verify Google ID Token on Node.js server. I am getting this error: Unable to verify the ID Token: jwt.split is not a function Here is the link of code that I am following from Google's official documentation: Google Identity Toolkit…
Master
  • 2,945
  • 5
  • 34
  • 65
2
votes
2 answers

Creating an HMAC with an existing password hash and salt

For migration reasons I need to take an existing password & salt and place it into Firebase. I'm uploading accounts into Firebase using the google identity kit. This kit allows me to create users and requires a SHA-1 password salted. var user1 =…
Ramzi C.
  • 1,691
  • 1
  • 14
  • 27
2
votes
1 answer

Migrating Python backend from Gitkit to to Firebase-Auth with python-jose for token verification

Over on GitHub a helpful Google dev told me that to create a user session, your python backend server only needs a JWT library to verify the Firebase Auth token (signature and audience) in the request and extract the user info from the token…
Daniel F
  • 13,684
  • 11
  • 87
  • 116
1
vote
0 answers

Google Course Builder - How to login using Gitkit or Firebase?

I am trying to configure Google Course Builder to use Gitkit for Google account and email \ password login. I followed this tutorial created for version 1.9 of course builder and I received a 400 error page after type user and password or login with…
Alex Benfica
  • 408
  • 5
  • 17
0
votes
0 answers

NoClassDefFoundError: com/google/identitytoolkit/GitkitClientException

I'm using google identity toolkit to make a library. When I give this library to others, their app crashes at startup complaining that NoClassDefFoundError on GitkitClientException. To me this is strange because: The GitkitClientException.class is…
Archer
  • 507
  • 1
  • 8
  • 21