I’m pretty new to thunkable X and I like it. In my fist project I’d like to integrate with goggle API’s.
This is not really easy, let’s say impossible. The WEB API component in thunkable supports no basic features to perform authentication. That’s like BASE64 en/decoding, hashvalue calc (SHA256 RSA), and so on.
When I like to connect to google API via server to server authentication I need all this things.
I don’t want to use tons of other WEB services to have scuccess. Import of 3rd party extensions is not possible in thunkable X so far
Therefor my simply question, will this functionality be added in the near future to the WEB API component or are there other plans to provide this ?
Unfortunately if I like to create a JWT (JSON web token) I need cryptographic and encoding functionality. The Google JWT includes in the claim section the expiration time (max. 1h from now). Thus I cannot calculate a static JWT and use this.